diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-02-25 05:46:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-25 06:46:55 -0700 |
| commit | d72e2c95e57f04cac7df3e55c049ae2fb0da1b2f (patch) | |
| tree | f9b83f3643a793bae20641fbf14b9995462bcffc /Makefile | |
| parent | 9cf49264647e629ceb8e1f58de2fabaaad64601b (diff) | |
remove dkp dependency (#2078)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
