From c5358212776e138a505cbe6886ef8f81e44c50dc Mon Sep 17 00:00:00 2001 From: Joseph Heenan Date: Fri, 2 Dec 2016 11:18:23 -0500 Subject: iOS: Fix for xcode build after cmap re-arrangement Just check for one of the new filenames --- platform/ios/build_libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' -- cgit v1.2.3