summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-07-17 17:37:55 +0200
committerMichael Meeks <michael.meeks@collabora.com>2018-10-30 17:00:43 +0000
commit92c79400b210384ed84bdabd1c88314dd2509f34 (patch)
treeb2091f6382b455ff06609af6210506cd70393bb3 /ios
parent06f6d918fd2c6fb5b1d6203f8e2f22e7d04a9fee (diff)
Use $(ICU_MAJOR) instead of hard coded (Upgrade to ICU 62.1)
Change-Id: Ifea7072922388b2c0b7631fb809b23e2a5524a3c Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
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 b6796d5d4721..24e28df768fe 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -32,7 +32,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i
> $(IOSGEN)/native-code.h
# generate 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/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)