Use cmake detection of 10.4 mac SDK to compile HID_Utilities_10_4 (resuscitated older...
[supercollider.git] / build_tarball.sh
blobd16167e143a6983a309914dab5dc4bf05c46b85a
1 #!/bin/bash
3 VERSION="$1"
4 TARBALL=$VERSION.tar
6 bash ./git-archive-all.sh --prefix $VERSION/ $TARBALL
8 # we only need one instance of boost
9 tar -f $TARBALL --delete $VERSION/external_libraries/nova-tt/boost_lockfree/
11 bzip2 -k --best $TARBALL &
13 wait
14 rm $TARBALL