mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-25 14:11:02 +00:00
Don't link against wiiuse and bte for Salamander
This commit is contained in:
parent
de638b66b5
commit
e2653c949b
@ -43,7 +43,7 @@ endif
|
||||
MACHDEP := -DGEKKO -DHW_RVL -mrvl -mcpu=750 -meabi -mhard-float
|
||||
CFLAGS += -Wall -std=gnu99 $(MACHDEP) $(INCLUDE)
|
||||
LDFLAGS := $(MACHDEP) -Wl,-Map,$(notdir $(ELF_TARGET)).map
|
||||
LIBS := -lwiiuse -logc -lbte
|
||||
LIBS := -logc
|
||||
|
||||
ifeq ($(EXTERNAL_LIBOGC), 1)
|
||||
LIBS += -lfat
|
||||
|
Loading…
x
Reference in New Issue
Block a user