13
0
git-svn-id: svn://localhost/ardour2/branches/3.0@11712 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-03-16 17:43:52 +00:00
parent f0e0f3fc94
commit f875e68ea3

View File

@ -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 ])