summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-07-17 17:37:55 +0200
committerEike Rathke <erack@redhat.com>2018-07-17 17:41:10 +0200
commit1d3de59ac2d12e42e12c9642bd252236a80b096b (patch)
tree0d1207b39afe58252f908d4a25f06dfc5268aed7 /ios
parenttdf#117707 Correctly Scale ItemSets when pasting from External (diff)
downloadcore-1d3de59ac2d12e42e12c9642bd252236a80b096b.tar.gz
core-1d3de59ac2d12e42e12c9642bd252236a80b096b.zip
Use $(ICU_MAJOR) instead of hard coded (Upgrade to ICU 62.1)
Change-Id: Ifea7072922388b2c0b7631fb809b23e2a5524a3c
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_iOS_setup.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index a0d1a18823ab..718bb8b90d46 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/icudt61l.dat $(IOSRES)/icudt61l.dat
+ cp $(WORKDIR)/UnpackedTarball/icu/source/data/in/icudt$(ICU_MAJOR)l.dat $(IOSRES)/icudt$(ICU_MAJOR)l.dat
cp $(INSTDIR)/program/types.rdb $(IOSRES)/udkapi.rdb
cp $(INSTDIR)/program/types/offapi.rdb $(IOSRES)
cp $(INSTDIR)/program/types/oovbaapi.rdb $(IOSRES)