diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-20 00:55:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-20 00:55:40 +0100 |
| commit | cf5b9f3698925fafe30bd74691e5992208ed57bb (patch) | |
| tree | 38e71f2e442e264ad9f3029ecb521604ad254cf2 | |
| parent | 8fe60b802b814ed4670a18f5dbbce06831bd3009 (diff) | |
Copied platform/osx/waf into a local bin/.
| -rwxr-xr-x | platform/osx/waf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/platform/osx/waf b/platform/osx/waf deleted file mode 100755 index 0cb146cff..000000000 --- a/platform/osx/waf +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -set -e - -ENV=/Users/carl/Environments/osx/10.6/64 -DEPS=/Users/carl/dcpomatic-deps - -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 $* - |
