diff options
-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 |