Kaydet (Commit) 71b8eaf5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Just include all fonts from instdir/share/fonts in the iOS app

Change-Id: I7c98fb1cbf6523e39111c774a5ef3af20bba73b6
üst 5eb0e0af
...@@ -51,7 +51,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk $(SRCDIR)/ios/CustomTarget_i ...@@ -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/theme_definitions $(IOSRES)/share
cp -R $(INSTDIR)/share/template $(IOSRES)/share cp -R $(INSTDIR)/share/template $(IOSRES)/share
mkdir -p $(IOSRES)/share/fonts/truetype 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(). # Set up rc, the "inifile". See getIniFileName_Impl().
echo '[Bootstrap]' > $(IOSRES)/rc echo '[Bootstrap]' > $(IOSRES)/rc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment