Kaydet (Commit) c9719572 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix build breakage when no localisations are present in an iOS build

Change-Id: I129bbd9a4c4ed7949fd81a06ebbcfbb6b5d01094
üst 1a0dfe5b
...@@ -38,7 +38,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i ...@@ -38,7 +38,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i
cp $(INSTDIR)/program/types/oovbaapi.rdb $(IOSRES) cp $(INSTDIR)/program/types/oovbaapi.rdb $(IOSRES)
cp $(INSTDIR)/program/services/services.rdb $(IOSRES)/services cp $(INSTDIR)/program/services/services.rdb $(IOSRES)/services
cp $(INSTDIR)/program/services.rdb $(IOSRES) cp $(INSTDIR)/program/services.rdb $(IOSRES)
cp -R $(INSTDIR)/program/resource $(IOSRES)/program -[ -d $(INSTDIR)/program/resource ] && cp -R $(INSTDIR)/program/resource $(IOSRES)/program
mkdir -p $(IOSRES)/share/config mkdir -p $(IOSRES)/share/config
cp -R $(INSTDIR)/share/config/soffice.cfg $(IOSRES)/share/config cp -R $(INSTDIR)/share/config/soffice.cfg $(IOSRES)/share/config
cp $(WORKDIR)/CustomTarget/i18npool/breakiterator/dict_*.data $(IOSRES)/share cp $(WORKDIR)/CustomTarget/i18npool/breakiterator/dict_*.data $(IOSRES)/share
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment