You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
419 B
12 lines
419 B
Index: lib/CMakeLists.txt |
|
--- lib/CMakeLists.txt.orig 2020-10-21 20:59:49.000000000 +0200 |
|
+++ lib/CMakeLists.txt 2020-10-21 21:02:10.978242000 +0200 |
|
@@ -59,7 +59,7 @@ |
|
) |
|
|
|
# Public shared library |
|
-add_library(nghttp3 SHARED ${nghttp3_SOURCES}) |
|
+add_library(nghttp3 STATIC ${nghttp3_SOURCES}) |
|
set_target_properties(nghttp3 PROPERTIES |
|
COMPILE_FLAGS "${WARNCFLAGS}" |
|
VERSION ${LT_VERSION} SOVERSION ${LT_SOVERSION}
|
|
|