diff options
author | Joseph Heenan <joseph@emobix.co.uk> | 2016-12-02 11:18:23 -0500 |
---|---|---|
committer | Joseph Heenan <joseph@emobix.co.uk> | 2016-12-02 11:18:23 -0500 |
commit | c5358212776e138a505cbe6886ef8f81e44c50dc (patch) | |
tree | 48d9225f0769f74ba71ef66dcc217c7e1d9711f3 /platform | |
parent | a1761e60a23a3c26ce884dc2fcabdf1e6f8f0ecb (diff) | |
download | mupdf-c5358212776e138a505cbe6886ef8f81e44c50dc.tar.xz |
iOS: Fix for xcode build after cmap re-arrangement
Just check for one of the new filenames
Diffstat (limited to 'platform')
-rw-r--r-- | platform/ios/build_libs.sh | 2 |
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.' |