Fix OS X waf wrapper.
authorCarl Hetherington <cth@carlh.net>
Sat, 28 Dec 2013 14:25:02 +0000 (14:25 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 28 Dec 2013 14:25:02 +0000 (14:25 +0000)
platform/osx/waf

index dda678542235f37df7af9165a81b02816d02d1c2..851f96d45c1376edfb0886556e59a309e20579fc 100755 (executable)
@@ -9,5 +9,6 @@ export PKG_CONFIG_PATH=$DEPS/lib/pkgconfig:$ENV/lib/pkgconfig:/usr/lib/pkgconfig
 export LINKFLAGS="-L$ENV/lib"
 export CXXFLAGS="-I$ENV/include"
 export PATH=$PATH:$ENV/bin
+export MACOSX_DEPLOYMENT_TARGET=10.6
 ./waf $*