summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-02-12 09:13:36 +0100
committerDamiano Galassi <[email protected]>2016-02-12 09:13:36 +0100
commit0da688d8959b1f99974da0d7a91ba18e49b19d03 (patch)
tree6f24f3ffbca5394ba11c43514c7a94a653c0e791
parent000d840a58bfbefbb5a242f724b98faf3224b583 (diff)
MacGui: fix build. There is no need to thin sparkle anymore.
-rw-r--r--pkg/darwin/module.rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/darwin/module.rules b/pkg/darwin/module.rules
index 27cd5d00d..1db101cfc 100644
--- a/pkg/darwin/module.rules
+++ b/pkg/darwin/module.rules
@@ -47,8 +47,5 @@ ifeq (1-darwin,$(FEATURE.xcode)-$(BUILD.system))
$(LIPO.exe) -thin $(BUILD.arch) \
$(SRC/)macosx/Growl.framework/Versions/A/Growl \
-output $(STAGE.out.gui/)HandBrake.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
- $(LIPO.exe) -thin $(BUILD.arch) \
- $(SRC/)macosx/Sparkle.framework/Versions/A/Sparkle \
- -output $(STAGE.out.gui/)HandBrake.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
$(call STAGE.doc,$(STAGE.out.gui/))
endif