fix improper escaping

This commit is contained in:
Ștefan Talpalaru 2020-05-29 00:15:18 +02:00
parent f6c093d703
commit 34a884e1cf
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -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