diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-03 21:18:12 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-03 21:18:12 (GMT) |
commit | d7ee4e4f3c17667c0a5bdb3b68d4485ce79869dd (patch) | |
tree | df9e3f9a43896fa552e78f3efca4628d76f8fb99 /scripts/macosx-build-dependencies.sh | |
parent | cae419d5479b966fd5759dfa533ad352549c32f9 (diff) | |
parent | 7a4b75630f619dfd64618d3f1c24da859f9e4a13 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'scripts/macosx-build-dependencies.sh')
-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 3940b06..68b8200 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e # # This script builds all library dependencies of OpenSCAD for Mac OS X. # The libraries will be build in 32- and 64-bit mode and backwards compatible with @@ -201,7 +201,7 @@ build_opencsg() echo "Using basedir:" $BASEDIR mkdir -p $SRCDIR $DEPLOYDIR -build_gmp 5.0.2 +build_gmp 5.0.3 build_mpfr 3.1.0 build_boost 1.47.0 # NB! For CGAL, also update the actual download URL in the function |