Fix unixy compilation.

pull/684/head
Jussi Pakkanen 9 years ago
parent ccda29794b
commit 402ef505fe
  1. 3
      mesonbuild/compilers.py

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

Loading…
Cancel
Save