diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-31 23:13:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-31 23:13:54 +0100 |
| commit | 14ad1435f0c389d3b549160750c681e2a65bc6dc (patch) | |
| tree | 4c61809f64adbc680cc8e20a3cd055b51b3532ef /platform | |
| parent | 32ca4fac29746197319d4fe8247b9f8a548da535 (diff) | |
Update OS X hack scripts.
Diffstat (limited to 'platform')
| -rwxr-xr-x | platform/osx/waf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/osx/waf b/platform/osx/waf index 851f96d45..0cb146cff 100755 --- a/platform/osx/waf +++ b/platform/osx/waf @@ -2,8 +2,8 @@ set -e -ENV=/Users/carl/Environments/osx/64 -DEPS=/Users/carl/cdist/64 +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" |
