Fix unixy compilation.

This commit is contained in:
Jussi Pakkanen 2016-08-18 00:36:18 +03:00
parent ccda29794b
commit 402ef505fe
1 changed files with 3 additions and 0 deletions

View File

@ -2343,3 +2343,6 @@ class ArLinker():
def unix_compile_flags_to_native(self, args):
return args[:]
def get_link_debugfile_args(self, targetfile):
return []