diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-09-23 00:27:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-09-23 00:29:44 +0300 |
commit | 11b4f4bfbee257d63f6a52808fb02b903ddea0d5 (patch) | |
tree | 1a9be791ff2686b78b415b4701dc75cb471c56b2 /Makefile.in | |
parent | 914147f74d7e961b74e5a4c284a8c4cc9d64b3e4 (diff) |
We need the gengal program at build time
But don't bother shipping it on OS X, at least not in the sandboxed
(App Store) case.
Change-Id: Id73bef1ba71d126c2d2962fe846e9c31963d6c24
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index af2096a7b8e7..de9fa464c653 100644 --- a/Makefile.in +++ b/Makefile.in @@ -311,6 +311,11 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),) # And with it removed, presumably the other stuff in the Python lib/python3.3/config-3.3m probably does not make sense either. rm -rf $(TESTINSTALLDIR)/LibreOffice$(if $(ENABLE_RELEASE_BUILD),,Dev).app/Contents/Frameworks/LibreOfficePython.framework/Versions/[1-9]*/lib/python[1-9]*/config-[1-9]* # +ifneq ($ENABLE_MACOSX_SANDBOX),) +# Remove the gengal.bin binary that we don't want + rm $(TESTINSTALLDIR)/LibreOffice$(if $(ENABLE_RELEASE_BUILD),,Dev).app/Contents/MacOS/gengal.bin +endif +# # Then use the macosx-codesign-app-bundle script @macosx-codesign-app-bundle $(TESTINSTALLDIR)/LibreOffice$(if $(ENABLE_RELEASE_BUILD),,Dev).app endif |