diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-06-07 21:51:14 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-06-07 21:51:36 +0300 |
commit | b9dde4a74cba5a771cbc85880d518f6717d19216 (patch) | |
tree | 692e00ab4e37af118c842689e1c1440f74b07a99 /ios | |
parent | 6961b7509122b6e829ec2b72e1bde68c615a0a2f (diff) |
We use ICU 61 now
Change-Id: I7faf23de08db680599658206faaf3028888563f6
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_iOS_setup.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk index a9f98850c6d8..a0d1a18823ab 100644 --- a/ios/CustomTarget_iOS_setup.mk +++ b/ios/CustomTarget_iOS_setup.mk @@ -54,7 +54,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \ > $(IOSGEN)/native-code.h # copy resource files used to start/run LibreOffice - cp $(WORKDIR)/UnpackedTarball/icu/source/data/in/icudt60l.dat $(IOSRES)/icudt60l.dat + cp $(WORKDIR)/UnpackedTarball/icu/source/data/in/icudt61l.dat $(IOSRES)/icudt61l.dat cp $(INSTDIR)/program/types.rdb $(IOSRES)/udkapi.rdb cp $(INSTDIR)/program/types/offapi.rdb $(IOSRES) cp $(INSTDIR)/program/types/oovbaapi.rdb $(IOSRES) |