mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-12-01 02:14:15 +01:00
Remove unused libmappedmemory dependency
This commit is contained in:
parent
5cc33ded57
commit
d4c48fa410
4
Makefile
4
Makefile
@ -38,9 +38,9 @@ CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__ -D__WUPS__ -D__LOGGING__
|
||||
CXXFLAGS := $(CFLAGS)
|
||||
|
||||
ASFLAGS := -g $(ARCH)
|
||||
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/libmappedmemory.ld $(WUPSSPECS)
|
||||
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) $(WUPSSPECS)
|
||||
|
||||
LIBS := -lcontrollerpatcher -lwups -lwut -lmappedmemory
|
||||
LIBS := -lcontrollerpatcher -lwups -lwut
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# list of directories containing libraries, this must be the top level
|
||||
|
Loading…
Reference in New Issue
Block a user