diff options
Diffstat (limited to 'platform/ios/build_libs.sh')
-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.' |