tweak
git-svn-id: svn://localhost/ardour2/branches/3.0@11712 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f0e0f3fc94
commit
f875e68ea3
4
wscript
4
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 ])
|
||||
|
Loading…
Reference in New Issue
Block a user