Skip to content

Commit

Permalink
conditional pcre
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Nov 13, 2020
1 parent c278412 commit a9a8e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a9a8e59

Please sign in to comment.