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
437 B
12 lines
437 B
Index: CMakeLists.txt |
|
--- CMakeLists.txt.orig 2019-08-31 00:40:19.802598000 +0200 |
|
+++ CMakeLists.txt 2019-08-31 00:43:38.554002000 +0200 |
|
@@ -339,7 +339,7 @@ |
|
src/whole.c |
|
${blake2_SRCS}) |
|
|
|
-add_library(rsync SHARED ${rsync_LIB_SRCS}) |
|
+add_library(rsync STATIC ${rsync_LIB_SRCS}) |
|
# TODO: Enable this when GenerateExportHeader works more widely. |
|
# include(GenerateExportHeader) |
|
# generate_export_header(rsync BASE_NAME librsync
|
|
|