aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-12-10 14:42:53 +0200
committerGitHub <noreply@github.com>2017-12-10 14:42:53 +0200
commitcbefb57ffe6645cfc469b1a20894bdb7b553f336 (patch)
tree0b7d79986e641055e7560903c8322faeb7e01cf9 /mesonbuild/linkers.py
parent5ff9e05c8bf05304b80a1c21cbbc11f4d5269ff0 (diff)
parent5a1d294b5e27cd77b1ca4ae5d403abd005e20ea9 (diff)
downloadmeson-cbefb57ffe6645cfc469b1a20894bdb7b553f336.zip
meson-cbefb57ffe6645cfc469b1a20894bdb7b553f336.tar.gz
meson-cbefb57ffe6645cfc469b1a20894bdb7b553f336.tar.bz2
Merge pull request #2745 from dcbaker/submit/haiku
small fixes for haiku
Diffstat (limited to 'mesonbuild/linkers.py')
-rw-r--r--mesonbuild/linkers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/linkers.py b/mesonbuild/linkers.py
index de788b7..2333e27 100644
--- a/mesonbuild/linkers.py
+++ b/mesonbuild/linkers.py
@@ -48,7 +48,7 @@ class VisualStudioLinker(StaticLinker):
def build_rpath_args(self, build_dir, from_dir, rpath_paths, build_rpath, install_rpath):
return []
- def thread_link_flags(self):
+ def thread_link_flags(self, env):
return []
def get_option_link_args(self, options):
@@ -100,7 +100,7 @@ class ArLinker(StaticLinker):
def get_always_args(self):
return []
- def thread_link_flags(self):
+ def thread_link_flags(self, env):
return []
def get_option_link_args(self, options):