quote $(LOG_LEVEL) in NIM_PARAMS

This commit is contained in:
Ștefan Talpalaru 2020-05-28 03:31:08 +02:00
parent fb6a9d2f8d
commit f6c093d703
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ endif
# Chronicles log level
LOG_LEVEL :=
ifdef LOG_LEVEL
NIM_PARAMS := $(NIM_PARAMS) -d:chronicles_log_level=$(LOG_LEVEL)
NIM_PARAMS := $(NIM_PARAMS) -d:chronicles_log_level="$(LOG_LEVEL)"
endif
# avoid a "libpcre.so.3: cannot open shared object file: No such file or directory" message, where possible