Commit 4203fa13 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib: fixed sparkle

parent 87038073
......@@ -23,5 +23,6 @@ sparkle: sparkle-$(SPARKLE_VERSION).zip .sum-sparkle
.sparkle: sparkle
cd $</Extras/Source\ Code && $(MAKE) && xcodebuild $(XCODE_FLAGS)
cd $< && cp -R -L Extras/Source\ Code/build/release/Sparkle.framework "$(PREFIX)"
cd $</Extras/Source\ Code && install_name_tool -id @executable_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle build/Release/Sparkle.framework/Sparkle
cd $< && cp -R -L Extras/Source\ Code/build/Release/Sparkle.framework "$(PREFIX)"
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment