summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-03-25 18:25:52 +0200
committerTor Lillqvist <tml@collabora.com>2019-03-25 18:52:24 +0200
commit71b8eaf5a6f5f779d3c227801b16a635fd9c129c (patch)
tree191bf734c1c0641c885e32de913f793b51b8c2b1 /ios
parent5eb0e0afbe70a0c9e0bdb0d1864e7ae7589098e0 (diff)
Just include all fonts from instdir/share/fonts in the iOS app
Change-Id: I7c98fb1cbf6523e39111c774a5ef3af20bba73b6
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 a05bc8d04487..6e84baef90f4 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -51,7 +51,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i
cp -R $(INSTDIR)/share/theme_definitions $(IOSRES)/share
cp -R $(INSTDIR)/share/template $(IOSRES)/share
mkdir -p $(IOSRES)/share/fonts/truetype
- cp $(INSTDIR)/share/fonts/truetype/Liberation* $(IOSRES)/share/fonts/truetype
+ cp -R $(INSTDIR)/share/fonts/truetype $(IOSRES)/share/fonts
# Set up rc, the "inifile". See getIniFileName_Impl().
echo '[Bootstrap]' > $(IOSRES)/rc