diff options
Diffstat (limited to 'scripts')
| -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  }  | 
