gnu: spdlog: Build shared library.
* gnu/packages/logging.scm (spdlog)[arguments]: Enable SPDLOG_BUILD_SHARED flag. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									66e948d5e1
								
							
						
					
					
						commit
						b1542d5960
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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 a new issue