From 9fc3ed939a953b41c78d81a6d96caee2eaa33d40 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 12 Nov 2012 10:59:46 +0100 Subject: [PATCH] Further refactorings --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 9a1f58a73..c30e8f7fc 100644 --- a/SConstruct +++ b/SConstruct @@ -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)