quote $(LOG_LEVEL) in NIM_PARAMS
This commit is contained in:
parent
fb6a9d2f8d
commit
f6c093d703
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue