summaryrefslogtreecommitdiff
path: root/libs/plugins/a-fluidsynth.lv2/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/plugins/a-fluidsynth.lv2/wscript')
-rw-r--r--libs/plugins/a-fluidsynth.lv2/wscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/plugins/a-fluidsynth.lv2/wscript b/libs/plugins/a-fluidsynth.lv2/wscript
index 50f727e1cc..af6fcf08a8 100644
--- a/libs/plugins/a-fluidsynth.lv2/wscript
+++ b/libs/plugins/a-fluidsynth.lv2/wscript
@@ -35,10 +35,10 @@ def build(bld):
LIB_EXT = module_ext)
# Build plugin library
- obj = bld(features = 'c cshlib',
- source = 'a-fluidsynth.c',
+ obj = bld(features = 'cxx cshlib',
+ source = 'a-fluidsynth.cc',
name = 'a-fluidsynth',
- cflags = [ '-fPIC', bld.env['compiler_flags_dict']['c99'] ],
+ cxxflags = [ '-fPIC' ],
includes = [ '../../ardour' ],
target = '../../LV2/%s/a-fluidsynth' % bundle,
install_path = '${LV2DIR}/%s' % bundle,