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
+1 -1
View File
@@ -17,4 +17,4 @@ def apply(config, args):
config['makeflags'].append('DEBUG=1')
config['source_directories'] = ['src', 'libs', 'include', 'rel']
config['arch'] = 'ppc'
config['objdump_executable'] = f"{os.environ['DEVKITPPC']}/bin/powerpc-eabi-objdump"
config['objdump_executable'] = f"tools/binutils/powerpc-eabi-objdump"