Fix unixy compilation.
This commit is contained in:
parent
ccda29794b
commit
402ef505fe
|
@ -2343,3 +2343,6 @@ class ArLinker():
|
|||
|
||||
def unix_compile_flags_to_native(self, args):
|
||||
return args[:]
|
||||
|
||||
def get_link_debugfile_args(self, targetfile):
|
||||
return []
|
||||
|
|
Loading…
Reference in New Issue