summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/wscript b/wscript
index a474ec4..38a1208 100644
--- a/wscript
+++ b/wscript
@@ -96,8 +96,7 @@ def build(bld):
test_linkflags = []
if bld.env.DEST_OS != 'win32':
test_cxxflags = ['-pthread']
- if bld.env.CXX_NAME != 'clang':
- test_linkflags = ['-pthread']
+ test_linkflags = ['-pthread']
if bld.env.DEST_OS != 'darwin' and bld.env.DEST_OS != 'win32':
test_libs += ['rt']
if not bld.env.NO_COVERAGE: