diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-03 00:21:44 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-03 00:21:44 (GMT) |
commit | e68773df5093caff423ab4c9869f9a591dbade6f (patch) | |
tree | 4f3ea5ae89439f30f88231c67dd22e691fc480a9 /scripts | |
parent | 24d7edd8cab9cf359ccd89bf88bf7a55e2cfc21b (diff) |
Upgraded OpenCSG to 1.3.2
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/macosx-build-dependencies.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index 32b15cd..e69d594 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -185,10 +185,10 @@ build_opencsg() version=$1 echo "Building OpenCSG" $version "..." cd $BASEDIR/src + rm -rf OpenCSG-$version curl -O http://www.opencsg.org/OpenCSG-$version.tar.gz tar xzf OpenCSG-$version.tar.gz cd OpenCSG-$version - patch -p1 < $OPENSCADDIR/patches/OpenCSG-$version-FBO.patch patch -p1 < $OPENSCADDIR/patches/OpenCSG-$version-MacOSX-port.patch MACOSX_DEPLOY_DIR=$DEPLOYDIR qmake -r CONFIG+="x86 x86_64" make install @@ -202,4 +202,4 @@ build_boost 1.47.0 # NB! For CGAL, also update the actual download URL in the function build_cgal 3.9 build_glew 1.7.0 -build_opencsg 1.3.0 +build_opencsg 1.3.2 |