From b18c1ec68392979fd12483a5d68acca4e1c42221 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 4 May 2017 15:41:30 +0200 Subject: Fix macOS build. --- Makerules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makerules') 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" -- cgit v1.2.3