gnu: spdlog: Build shared library.
* gnu/packages/logging.scm (spdlog)[arguments]: Enable SPDLOG_BUILD_SHARED flag. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
parent
66e948d5e1
commit
b1542d5960
|
@ -208,6 +208,7 @@ output in multiple windows in a terminal.")
|
|||
(arguments
|
||||
'(#:configure-flags
|
||||
(list "-DSPDLOG_BUILD_BENCH=OFF"
|
||||
"-DSPDLOG_BUILD_SHARED=ON"
|
||||
"-DSPDLOG_BUILD_TESTS=ON")))
|
||||
(home-page "https://github.com/gabime/spdlog")
|
||||
(synopsis "Fast C++ logging library")
|
||||
|
|
Reference in New Issue