add Compiler.thread_flags() stub

fixes #2834
0.44
Alexey Stukalov 7 years ago committed by Nirbheek Chauhan
parent 87ea5b9b8a
commit 5fddea73f1
  1. 3
      mesonbuild/compilers/compilers.py

@ -868,6 +868,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