mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-14 06:15:57 +00:00
Merge branch 'pcre' into devel
This commit is contained in:
commit
208691bd9a
@ -24,6 +24,11 @@ ifdef LOG_LEVEL
|
|||||||
NIM_PARAMS := $(NIM_PARAMS) -d:chronicles_log_level=$(LOG_LEVEL)
|
NIM_PARAMS := $(NIM_PARAMS) -d:chronicles_log_level=$(LOG_LEVEL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# avoid a "libpcre.so.3: cannot open shared object file: No such file or directory" message, where possible
|
||||||
|
ifneq ($(OS), Windows_NT)
|
||||||
|
NIM_PARAMS := $(NIM_PARAMS) -d:usePcreHeader --passL:\"-lpcre\"
|
||||||
|
endif
|
||||||
|
|
||||||
# guess who does parsing before variable expansion
|
# guess who does parsing before variable expansion
|
||||||
COMMA := ,
|
COMMA := ,
|
||||||
EMPTY :=
|
EMPTY :=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user