summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 831440f23e..31eab1cd0c 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -409,8 +409,7 @@ def build(bld):
'DATA_DIR="' + os.path.normpath(bld.env['DATADIR']) + '"',
'CONFIG_DIR="' + os.path.normpath(bld.env['SYSCONFDIR']) + '"',
'LOCALEDIR="' + os.path.normpath(bld.env['LOCALEDIR']) + '"',
- 'LIBARDOUR="' + bld.env['lwrcase_dirname'] + '"',
- 'EVORAL_MIDI_XML=1',
+ 'LIBARDOUR="' + bld.env['lwrcase_dirname'] + '"'
]
#obj.source += ' st_stretch.cc st_pitch.cc '