summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-03-21 17:57:33 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-03-21 17:57:33 +0100
commit3960e9a02f4064422645b1e65230fe39708dd48f (patch)
tree18860fd8be44ef7bdcab056162d94f74aeff9a9f /Makerules
parent9a278ec1303231d24b0ba1abb8a934409f2cd73a (diff)
downloadmupdf-3960e9a02f4064422645b1e65230fe39708dd48f.tar.xz
Update iOS app.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index d1e8498d..98fe9168 100644
--- a/Makerules
+++ b/Makerules
@@ -92,7 +92,7 @@ endif
# The following section works for both device and simulator builds.
ifeq "$(OS)" "ios"
-CC = $(PLATFORM_DEVELOPER_BIN_DIR)/clang
+CC = $(PLATFORM_DEVELOPER_BIN_DIR)/gcc
AR = $(PLATFORM_DEVELOPER_BIN_DIR)/ar
RANLIB_CMD = $(PLATFORM_DEVELOPER_BIN_DIR)/ranlib $@
CROSSCOMPILE=yes