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 <lohmaier+LibreOffice@googlemail.com>
This commit is contained in:
parent
90248dca6b
commit
16652e55f9
@ -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…
x
Reference in New Issue
Block a user