(3DS) salamander build fix.

This commit is contained in:
aliaspider 2016-10-08 02:35:54 +01:00
parent 5a94979b19
commit e4992bc6d0

View File

@ -87,7 +87,7 @@ LDFLAGS += -specs=ctr/3dsx_custom.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
CFLAGS += -std=gnu99 -ffast-math
LIBS := -lretro_ctr -lctru -lm
LIBS := -lctru -lm
ifeq ($(BUILD_3DSX), 1)