diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-16 03:54:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-16 03:54:22 +0100 |
| commit | 14d422b35d83856ad53c84df13509865f3584331 (patch) | |
| tree | d468b543e2252bbd5cb2b603ed4e28506a037419 /wscript | |
| parent | 4518eac6c41c51e781d2f17e0f26fe7713ac93c1 (diff) | |
Try to fix Linux build.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -101,6 +101,9 @@ def configure(conf): else: conf.env.append_value('CXXFLAGS', '-O3') + if not conf.env.TARGET_WINDOWS: + conf.env.append_value('LINKFLAGS', '-pthread') + # Disable libxml++ deprecation warnings for now conf.env.append_value('CXXFLAGS', ['-Wno-deprecated-declarations']) |
