diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-03 02:29:08 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-03 02:29:08 (GMT) |
commit | 3072518e83a89c62cfe9ad0286b34a617cdf84c0 (patch) | |
tree | 3bee5c1a0cbda3662b9c9d28521ec331bb4ea12d /scripts | |
parent | 1ce1b8824968a55ecd2b9d689b2720594b59d632 (diff) |
Updated to gmp-5.0.3 - now works on Mac OS X Lion. Also exit script on any error
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 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 |