Fix salamander for 3dsx build
This commit is contained in:
parent
51b9b69828
commit
f3bad8b3e2
|
@ -189,7 +189,7 @@ ifeq ($(APP_BIG_TEXT_SECTION), 1)
|
||||||
else
|
else
|
||||||
rm -f $(TARGET).xml
|
rm -f $(TARGET).xml
|
||||||
endif
|
endif
|
||||||
-3dsxtool $< $@ $(_3DSXFLAGS)
|
$(DEVKITARM)/bin/3dsxtool $< $@ $(_3DSXFLAGS)
|
||||||
|
|
||||||
$(TARGET).elf: ctr/3dsx_custom_crt0.o
|
$(TARGET).elf: ctr/3dsx_custom_crt0.o
|
||||||
$(LD) $(LDFLAGS) $(OBJ) $(LIBDIRS) $(LIBS) -o $@
|
$(LD) $(LDFLAGS) $(OBJ) $(LIBDIRS) $(LIBS) -o $@
|
||||||
|
|
Loading…
Reference in New Issue