Makefile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 16652e55f916025d42ca18b95934e67edd878de0
Author: Christian Lohmaier <[email protected]>
AuthorDate: Sun Dec 1 17:00:51 2024 +0100
Commit: Christian Lohmaier <[email protected]>
CommitDate: Sun Dec 1 19:30:36 2024 +0100
mac: don't try to strip Contents/Frameworks/intl directory
the intl data for firebird has been added with
07cc2fdc3d447479ca3afd2f91c9bc80be745dff (and the associated config file
later moved to Resources with dfa78d2eac7632c93d1e76e52c9d46050dd932a2)
Change-Id: I4fe666076c42bae21b371fe0ea9495ebc915bd21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177617
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <[email protected]>
diff --git a/Makefile.in b/Makefile.in
index 32ee72b2e099..b12353299455 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -438,8 +438,8 @@ $(BUILDDIR)/$(PLATFORMID)/done: test-install
mkdir -p $(PLATFORMID)/Symbols
mv $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app
$(PLATFORMID)/"$(PRODUCTNAME)".app
ifneq ($(ENABLE_SYMBOLS_FOR),)
- symbols -arch all -symbolsPackageDir $(PLATFORMID)/Symbols
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/Frameworks/[^L]*
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/MacOS/*
- strip -S
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/Frameworks/[^L]*
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/MacOS/*
+ symbols -arch all -symbolsPackageDir $(PLATFORMID)/Symbols
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/Frameworks/[^Li]*
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/Frameworks/intl/l*
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/MacOS/*
+ strip -S
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/Frameworks/[^Li]*
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/Frameworks/intl/l*
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/MacOS/*
endif
touch $@