diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2012-03-21 17:57:33 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2012-03-21 17:57:33 +0100 |
commit | 3960e9a02f4064422645b1e65230fe39708dd48f (patch) | |
tree | 18860fd8be44ef7bdcab056162d94f74aeff9a9f /Makerules | |
parent | 9a278ec1303231d24b0ba1abb8a934409f2cd73a (diff) | |
download | mupdf-3960e9a02f4064422645b1e65230fe39708dd48f.tar.xz |
Update iOS app.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |