summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ingen/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript
index 1b149e54..6cfcf47d 100644
--- a/src/ingen/wscript
+++ b/src/ingen/wscript
@@ -6,7 +6,7 @@ def build(bld):
obj.target = 'ingen'
obj.source = 'main.cpp cmdline.c'
obj.includes = ['../common', '../']
- obj.defines = 'VERSION=\\\"' + bld.env['INGEN_VERSION'] + '\\\"'
+ obj.defines = 'VERSION="' + bld.env['INGEN_VERSION'] + '"'
obj.uselib_local = 'libingen_module libingen_shared'
obj.install_path = '${BINDIR}'
autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP')