Fix salamander for 3dsx build

This commit is contained in:
meepingsnesroms 2018-05-19 11:42:08 -07:00
parent 51b9b69828
commit f3bad8b3e2
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ ifeq ($(APP_BIG_TEXT_SECTION), 1)
else
rm -f $(TARGET).xml
endif
-3dsxtool $< $@ $(_3DSXFLAGS)
$(DEVKITARM)/bin/3dsxtool $< $@ $(_3DSXFLAGS)
$(TARGET).elf: ctr/3dsx_custom_crt0.o
$(LD) $(LDFLAGS) $(OBJ) $(LIBDIRS) $(LIBS) -o $@