mirror of
https://github.com/zeldaret/tp
synced 2026-08-04 09:09:30 -04:00
remove dkp dependency (#2078)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user