summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-03-16 17:44:38 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-03-16 17:44:38 +0000
commit34a97662693a98676ac8cd2c7c63aa90d802a121 (patch)
treea999c96adb48f638262d63bef356f9e8e45a6de8 /wscript
parentf875e68ea37447d3199c229a3f9e9ef99ea664df (diff)
tweak2
git-svn-id: svn://localhost/ardour2/branches/3.0@11713 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index e2291bd299..f53660b923 100644
--- a/wscript
+++ b/wscript
@@ -453,8 +453,8 @@ def configure(conf):
# libintl may or may not be trivially locatable
if not os.path.isfile ('/usr/include/libintl.h'):
# XXXX hack hack hack
- prefinclude = ' '.join ([ '-I', os.path.expanduser ('~/gtk/inst/include') ])
- preflib = ' '.join ([ '-L', os.path.expanduser ('~/gtk/inst/lib') ])
+ prefinclude = ''.join ([ '-I', os.path.expanduser ('~/gtk/inst/include') ])
+ preflib = ''.join ([ '-L', os.path.expanduser ('~/gtk/inst/lib') ])
conf.env.append_value('CFLAGS', [ prefinclude ])
conf.env.append_value('CXXFLAGS', [prefinclude ])
conf.env.append_value('LINKFLAGS', [ preflib ])