diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-03 23:10:09 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-03 23:10:09 (GMT) |
commit | 9c287dc317cfe51d3dddd19327c03d8f3b7895e7 (patch) | |
tree | b5c7ec90452436c043f7b6ab78b4211fa8efc232 /scripts/macosx-build-dependencies.sh | |
parent | 95bb1128fa25d861e5030ca61e25ad29238b78a0 (diff) | |
parent | 422c668dcb538f181683ae51305bf8d3404f48d6 (diff) |
Merge branch 'master' of github.com:openscad/openscad into issue11_2
Diffstat (limited to 'scripts/macosx-build-dependencies.sh')
-rwxr-xr-x | scripts/macosx-build-dependencies.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index 57dd3bf..8f32ac3 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -343,8 +343,9 @@ build_sparkle() if $OPTION_32BIT; then SPARKLE_EXTRA_FLAGS="-arch i386" fi + xcodebuild -project Sparkle.xcodeproj clean xcodebuild -project Sparkle.xcodeproj -scheme Sparkle -configuration Release -arch x86_64 $SPARKLE_EXTRA_FLAGS - rm -r $DEPLOYDIR/lib/Sparkle.framework + rm -rf $DEPLOYDIR/lib/Sparkle.framework cp -Rf build/Release/Sparkle.framework $DEPLOYDIR/lib/ install_name_tool -id $DEPLOYDIR/lib/Sparkle.framework/Versions/A/Sparkle $DEPLOYDIR/lib/Sparkle.framework/Sparkle } |