add Compiler.thread_flags() stub

fixes #2834
pull/2838/head
Alexey Stukalov 7 years ago committed by Jussi Pakkanen
parent ae0f4ef055
commit 4f32d11e1b
  1. 3
      mesonbuild/compilers/compilers.py

@ -871,6 +871,9 @@ class Compiler:
args += ['-Wl,-rpath-link,' + lpaths]
return args
def thread_flags(self, env):
return []
GCC_STANDARD = 0
GCC_OSX = 1

Loading…
Cancel
Save