diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-15 18:38:54 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-15 18:38:54 (GMT) |
commit | 0046756d9634df65a64cb6c471e71ec773853438 (patch) | |
tree | c0af8e20862c8f4d41c0245864b3ecc605bbb954 /scripts/publish-macosx.sh | |
parent | 594f22e26e74f09c9d9ca8cf4b9e43d5f7998409 (diff) |
Specify EIGEN2DIR
git-svn-id: http://svn.clifford.at/openscad/trunk@439 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-x | scripts/publish-macosx.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index ad0b988..56e5367 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -4,6 +4,7 @@ VERSION=`date "+%Y.%m.%d"` #VERSION=2010.02 export OPENCSGDIR=$PWD/../OpenCSG-1.3.0 +export EIGEN2DIR=/opt/local/include/eigen2 `dirname $0`/release-common.sh -v $VERSION if [[ $? != 0 ]]; then |