mirror of
https://github.com/status-im/nimbus-build-system.git
synced 2025-01-27 04:45:49 +00:00
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…
x
Reference in New Issue
Block a user