aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/tdlib/files/patch-tdactor_CMakeLists.txt
blob: 7894a1a863c25d25618e28e20b3ac2ea89b948b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tdactor/CMakeLists.txt.orig	2025-05-09 16:50:48 UTC
+++ tdactor/CMakeLists.txt
@@ -44,7 +44,7 @@ set(TDACTOR_TEST_SOURCE
   PARENT_SCOPE
 )
 
-add_library(tdactor STATIC ${TDACTOR_SOURCE})
+add_library(tdactor ${TDACTOR_SOURCE})
 target_include_directories(tdactor PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>)
 target_link_libraries(tdactor PUBLIC tdutils)