diff --git a/Makefile.ctr.salamander b/Makefile.ctr.salamander index 1e26af31a6..0f9c4973a2 100644 --- a/Makefile.ctr.salamander +++ b/Makefile.ctr.salamander @@ -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 $@