mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
fix: #1144 by forcing misc_tools to be a static lib
This commit is contained in:
parent
873896058f
commit
e1c38b40d6
|
@ -2,7 +2,7 @@
|
|||
set(misc_tools_SOURCES
|
||||
misc_tools.c
|
||||
misc_tools.h)
|
||||
add_library(misc_tools ${misc_tools_SOURCES})
|
||||
add_library(misc_tools STATIC ${misc_tools_SOURCES})
|
||||
target_link_modules(misc_tools toxcore)
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue
Block a user