summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wscript b/src/wscript
index 5fe7fc80..2359981b 100644
--- a/src/wscript
+++ b/src/wscript
@@ -200,7 +200,7 @@ def build(bld):
# Library for gcov
if bld.is_defined('HAVE_GCOV'):
- obj = bld(features='cxx cxxstlib')
+ obj = bld(features='cxx cxxshlib')
obj.name = 'libdcp%s_gcov' % bld.env.API_VERSION
obj.target = 'dcp%s_gcov' % bld.env.API_VERSION
obj.export_includes = ['.']