mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-04-18 15:51:28 +02:00
Fix compiling the example plugin
This commit is contained in:
parent
41bfa32319
commit
f5ea405071
@ -35,7 +35,7 @@ CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__ -D__WUPS__
|
||||
CXXFLAGS := $(CFLAGS)
|
||||
|
||||
ASFLAGS := -g $(ARCH)
|
||||
LDFLAGS = -g $(ARCH) $(WUPSSPECS) -Wl,-Map,$(notdir $*.map)
|
||||
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) $(WUPSSPECS)
|
||||
|
||||
LIBS := -lwups -lwut
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user