mirror of
https://github.com/status-im/nimbus-build-system.git
synced 2025-02-04 16:54:22 +00:00
fix improper escaping
This commit is contained in:
parent
f6c093d703
commit
34a884e1cf
@ -33,7 +33,7 @@ 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\"
|
||||
NIM_PARAMS := $(NIM_PARAMS) -d:usePcreHeader --passL:"-lpcre"
|
||||
endif
|
||||
|
||||
# guess who does parsing before variable expansion
|
||||
|
Loading…
x
Reference in New Issue
Block a user