summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2024-02-25 05:46:55 -0800
committerGitHub <noreply@github.com>2024-02-25 06:46:55 -0700
commitd72e2c95e57f04cac7df3e55c049ae2fb0da1b2f (patch)
treef9b83f3643a793bae20641fbf14b9995462bcffc /Makefile
parent9cf49264647e629ceb8e1f58de2fabaaad64601b (diff)
remove dkp dependency (#2078)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8a21918645..34634df8a2 100644
--- a/Makefile
+++ b/Makefile
@@ -67,9 +67,9 @@ else
SHA1SUM := sha1sum
endif
-AS := $(DEVKITPPC)/bin/powerpc-eabi-as
-OBJCOPY := $(DEVKITPPC)/bin/powerpc-eabi-objcopy
-STRIP := $(DEVKITPPC)/bin/powerpc-eabi-strip
+AS := tools/binutils/powerpc-eabi-as
+OBJCOPY := tools/binutils/powerpc-eabi-objcopy
+STRIP := tools/binutils/powerpc-eabi-strip
CC := $(WINE) tools/mwcc_compiler/$(MWCC_VERSION)/mwcceppc_modded.exe
DOLPHIN_LIB_CC := $(WINE) tools/mwcc_compiler/1.2.5n/mwcceppc.exe
LD := $(WINE_LD) tools/mwcc_compiler/$(MWCC_VERSION)/mwldeppc.exe