conditional pcre (#15)

This commit is contained in:
Jacek Sieka 2020-11-13 13:44:27 +01:00 committed by GitHub
parent 92e5042667
commit dbb7219f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ ifeq ($(PARTIAL_STATIC_LINKING), 1)
endif
# avoid a "libpcre.so.3: cannot open shared object file: No such file or directory" message, where possible
LINK_PCRE := 1
LINK_PCRE ?= 1
ifeq ($(LINK_PCRE), 1)
ifneq ($(OS), Windows_NT)
ifneq ($(strip $(shell uname)), Darwin)