mac: don't try to strip Contents/Frameworks/intl directory
the intl data for firebird has been added with07cc2fdc3d
(and the associated config file later moved to Resources withdfa78d2eac
) Change-Id: I4fe666076c42bae21b371fe0ea9495ebc915bd21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177617 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
This commit is contained in:
parent
90248dca6b
commit
16652e55f9
1 changed files with 2 additions and 2 deletions
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue