remove dkp dependency (#2078)

This commit is contained in:
TakaRikka
2024-02-25 05:46:55 -08:00
committed by GitHub
parent 9cf4926464
commit d72e2c95e5
4 changed files with 31 additions and 5 deletions
+3 -3
View File
@@ -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