From f875e68ea37447d3199c229a3f9e9ef99ea664df Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 16 Mar 2012 17:43:52 +0000 Subject: [PATCH] tweak git-svn-id: svn://localhost/ardour2/branches/3.0@11712 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index fdbb281ed0..e2291bd299 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 ])