diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-11-10 15:44:44 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-11-14 13:23:57 +0100 |
commit | 018253cfc8a34805c4fc1e0f955e3696db60886a (patch) | |
tree | cdb7036bf139601e04c9657423eb16c1b45a4943 /Makerules | |
parent | f0690e5d4c6c6b1ae66b8c0bb3425bb2fbba0b29 (diff) | |
download | mupdf-018253cfc8a34805c4fc1e0f955e3696db60886a.tar.xz |
gl: Add macOS support.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ CFLAGS+= -U__STRICT_ANSI__ # Mac OS X doesn't have pkg-config so we hard code paths. else ifeq "$(OS)" "MACOS" -HAVE_X11 ?= yes +HAVE_X11 ?= no HAVE_PTHREADS ?= yes # Mac OS X deprecated openssl, so the default is to not include it. |