Further refactorings

This commit is contained in:
Dennis Luxen 2012-11-12 10:59:46 +01:00
parent 90b07cc6b0
commit 9fc3ed939a

View File

@ -109,7 +109,7 @@ if sys.platform == 'darwin': #Mac OS X
boost_prefix = subprocess.check_output(["brew", "--prefix", "boost"]).strip()
env.Append(CPPPATH = [boost_prefix+"/include"] )
env.Append(LIBPATH = [boost_prefix+"/lib"] )
env.ParseConfig('pkg-config --cflags --libs libzip')
# env.ParseConfig('pkg-config --cflags --libs libzip')
if not conf.CheckLibWithHeader('lua', 'lua.h', 'C'):
print "lua library not found. Exiting"
Exit(-1)