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