Skip to content

Commit e1c38b4

Browse files
committed
fix: #1144 by forcing misc_tools to be a static lib
1 parent 8738960 commit e1c38b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set(misc_tools_SOURCES
33
misc_tools.c
44
misc_tools.h)
5-
add_library(misc_tools ${misc_tools_SOURCES})
5+
add_library(misc_tools STATIC ${misc_tools_SOURCES})
66
target_link_modules(misc_tools toxcore)
77

88
################################################################################

0 commit comments

Comments
 (0)