conditional pcre (#15)
This commit is contained in:
parent
92e5042667
commit
dbb7219f44
|
@ -37,7 +37,7 @@ ifeq ($(PARTIAL_STATIC_LINKING), 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# avoid a "libpcre.so.3: cannot open shared object file: No such file or directory" message, where possible
|
# 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)
|
ifeq ($(LINK_PCRE), 1)
|
||||||
ifneq ($(OS), Windows_NT)
|
ifneq ($(OS), Windows_NT)
|
||||||
ifneq ($(strip $(shell uname)), Darwin)
|
ifneq ($(strip $(shell uname)), Darwin)
|
||||||
|
|
Loading…
Reference in New Issue