summaryrefslogtreecommitdiff
path: root/libs/rubberband/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rubberband/wscript')
-rw-r--r--libs/rubberband/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rubberband/wscript b/libs/rubberband/wscript
index 2ef9155dfb..b5f0e2ad7a 100644
--- a/libs/rubberband/wscript
+++ b/libs/rubberband/wscript
@@ -58,7 +58,7 @@ def build(bld):
obj.uselib_local = 'libvamphost'
obj.vnum = LIBRUBBERBAND_LIB_VERSION
obj.install_path = os.path.join(bld.env['LIBDIR'], 'ardour3')
- obj.cxxflags = '-DPACKAGE=\\\"librubberband\\\"'
+ obj.cxxflags = '-DPACKAGE="librubberband"'
def shutdown():
autowaf.shutdown()