summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-12-06 03:09:39 (GMT)
committerMarius Kintel <marius@kintel.net>2011-12-06 03:09:39 (GMT)
commitae30a7978475f8e5bc8272fd1e073fae7f4bd3ed (patch)
tree35de3d04d39d9a767cf828f68713cdd82262213d /scripts
parent0d6b87dd0e28e53ec4601443c7d06dbb66628d47 (diff)
Ported from QFileInfo to boost::filesystem
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/macosx-build-dependencies.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh
index e69d594..903c7de 100755
--- a/scripts/macosx-build-dependencies.sh
+++ b/scripts/macosx-build-dependencies.sh
@@ -140,12 +140,13 @@ build_boost()
tar xjf boost_$bversion.tar.bz2
cd boost_$bversion
# We only need the thread and program_options libraries
- ./bootstrap.sh --prefix=$DEPLOYDIR --with-libraries=thread,program_options,filesystem
+ ./bootstrap.sh --prefix=$DEPLOYDIR --with-libraries=thread,program_options,filesystem,system
./bjam cflags="-mmacosx-version-min=10.5 -arch i386 -arch x86_64" linkflags="-mmacosx-version-min=10.5 -arch i386 -arch x86_64"
./bjam install
install_name_tool -id $DEPLOYDIR/lib/libboost_thread.dylib $DEPLOYDIR/lib/libboost_thread.dylib
install_name_tool -id $DEPLOYDIR/lib/libboost_program_options.dylib $DEPLOYDIR/lib/libboost_program_options.dylib
install_name_tool -id $DEPLOYDIR/lib/libboost_filesystem.dylib $DEPLOYDIR/lib/libboost_filesystem.dylib
+ install_name_tool -id $DEPLOYDIR/lib/libboost_system.dylib $DEPLOYDIR/lib/libboost_system.dylib
}
build_cgal()
contact: Jan Huwald // Impressum