summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-05-04 15:41:30 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-05-04 15:41:30 +0200
commitb18c1ec68392979fd12483a5d68acca4e1c42221 (patch)
tree56360589b37012e4ae6ca6adbc1c4143f6debd62 /Makerules
parente3b67278d96ffa9ea8ec0c74b5508a90cdecac0b (diff)
downloadmupdf-b18c1ec68392979fd12483a5d68acca4e1c42221.tar.xz
Fix macOS build.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makerules b/Makerules
index b7adae60..62288241 100644
--- a/Makerules
+++ b/Makerules
@@ -104,10 +104,10 @@ SYS_JBIG2DEC_LIBS := -ljbig2dec
SYS_LIBJPEG_LIBS := -ljpeg
SYS_ZLIB_LIBS := -lz
-CC := xcrun cc
-AR := xcrun ar
-LD := xcrun ld
-RANLIB_CMD := xcrun ranlib $@
+CC = xcrun cc
+AR = xcrun ar
+LD = xcrun ld
+RANLIB_CMD = xcrun ranlib $@
# Linux uses pkg-config for system libraries.
else ifeq "$(OS)" "Linux"