summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Heenan <joseph@emobix.co.uk>2016-12-02 11:18:23 -0500
committerJoseph Heenan <joseph@emobix.co.uk>2016-12-02 11:18:23 -0500
commitc5358212776e138a505cbe6886ef8f81e44c50dc (patch)
tree48d9225f0769f74ba71ef66dcc217c7e1d9711f3
parenta1761e60a23a3c26ce884dc2fcabdf1e6f8f0ecb (diff)
downloadmupdf-c5358212776e138a505cbe6886ef8f81e44c50dc.tar.xz
iOS: Fix for xcode build after cmap re-arrangement
Just check for one of the new filenames
-rw-r--r--platform/ios/build_libs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/build_libs.sh b/platform/ios/build_libs.sh
index 0d280b58..16ee41e7 100644
--- a/platform/ios/build_libs.sh
+++ b/platform/ios/build_libs.sh
@@ -4,7 +4,7 @@
# cross compile MuPDF and third party libraries using the regular Makefile.
# Also see "iOS" section in Makerules.
-if [ ! -e ../../generated/gen_cmap_korea.h ]
+if [ ! -e ../../generated/gen_cmap_cjk.h ]
then
echo 'ERROR: You are missing the generated files.'
echo 'ERROR: Please run "make generate" from the mupdf directory.'