Sophie

Sophie

distrib > Mageia > 8 > x86_64 > by-pkgid > 6dffec40e5dd917501e660f593908f14 > files > 2

brotli-1.0.9-2.mga8.src.rpm

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4ff3401..5b6b0f9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -216,7 +216,7 @@ endif()
 
 # Build the brotli executable
 add_executable(brotli ${BROTLI_CLI_C})
-target_link_libraries(brotli ${BROTLI_LIBRARIES_STATIC})
+target_link_libraries(brotli ${BROTLI_LIBRARIES})
 
 # Installation
 if(NOT BROTLI_EMSCRIPTEN)