summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2020-01-20 23:08:11 +0100
committerRobin Gareus <robin@gareus.org>2020-01-25 04:07:37 +0100
commit2e9ac80e998bc79d5ef9029415008198b22168dc (patch)
tree230cc17d741c519a8acc8925e556555c8edbf1cf /libs/ardour
parentdfe712c5649ecc248242d35ee55fbb273b7fa150 (diff)
Towards waf python 2+3 support
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 1b1f12e1ba..3da991be71 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -479,7 +479,7 @@ def build(bld):
avx_cxxflags = list(bld.env['CXXFLAGS'])
avx_cxxflags.append (bld.env['compiler_flags_dict']['avx'])
avx_cxxflags.append (bld.env['compiler_flags_dict']['pic'])
- bld(features = 'cxx',
+ bld(features = 'cxx cxxstlib asm',
source = avx_sources,
cxxflags = avx_cxxflags,
includes = [ '.' ],