diff options
author | Damiano Galassi <[email protected]> | 2017-11-04 13:26:32 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-11-04 13:26:32 +0100 |
commit | 9f9afecc7be3b5ac4770df54b7677e19f208cb41 (patch) | |
tree | b592ffc6f92a905d87eec78c2abd7bbc87f405c2 /pkg | |
parent | c987dedc125819bf840b561224d1b8707715238b (diff) |
MacGui: remove the i386 architecture from Growl framework, and the strip phase in the build system.
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/darwin/module.rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/darwin/module.rules b/pkg/darwin/module.rules index 97a000e14..28e1d431d 100644 --- a/pkg/darwin/module.rules +++ b/pkg/darwin/module.rules @@ -44,8 +44,5 @@ $(STAGE.out.gui/): $(MKDIR.exe) -p $@ ifeq (1-darwin,$(FEATURE.xcode)-$(BUILD.system)) $(CP.exe) -R $(XCODE.symroot)/HandBrake.app $(STAGE.out.gui/) - $(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 $(call STAGE.doc,$(STAGE.out.gui/)) endif |