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
|
||||
rm -f $(TARGET).xml
|
||||
endif
|
||||
-3dsxtool $< $@ $(_3DSXFLAGS)
|
||||
$(DEVKITARM)/bin/3dsxtool $< $@ $(_3DSXFLAGS)
|
||||
|
||||
$(TARGET).elf: ctr/3dsx_custom_crt0.o
|
||||
$(LD) $(LDFLAGS) $(OBJ) $(LIBDIRS) $(LIBS) -o $@
|
||||
|
|
Loading…
Reference in New Issue