summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-11-27 16:10:25 +0200
committerTor Lillqvist <tml@collabora.com>2018-11-27 16:10:25 +0200
commit6463efbc3271788e6e21dc97a2b25bd08f8784f9 (patch)
tree2fe3fd39dac23dfe59573b2f30c489da3fdf444a /ios
parent1658770eb9c023484846994a26c3be31deee24d8 (diff)
Prepare to bundle the Liberation fonts with the iOS app
The way the iOS app is built (over in the online repo), any "resources" to be included need to be copied into the workdir/CustomTarget/ios folder. Change-Id: I0104df73326a8ccfa86235ea23b5900f9d2554b5
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_iOS_setup.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 7c09103a6de4..2501ebecee53 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -48,6 +48,8 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i
cp -R $(INSTDIR)/share/registry $(IOSRES)
cp $(INSTDIR)/share/config/*zip $(IOSRES)/share/config
cp -R $(INSTDIR)/share/liblangtag $(IOSRES)/share
+ mkdir -p $(IOSRES)/share/fonts/truetype
+ cp $(INSTDIR)/share/fonts/truetype/Liberation* $(IOSRES)/share/fonts/truetype
# Set up rc, the "inifile". See getIniFileName_Impl().
echo '[Bootstrap]' > $(IOSRES)/rc