mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-06 12:48:31 +00:00
Revert "Fix build on Alpine Linux. issues 150, 319, 344."
This reverts commit 877d1c7707ac11df9d32b821e3c6dfd66e561e09.
This commit is contained in:
parent
877d1c7707
commit
3c73a6b2b2
12
external/misc/CMakeLists.txt
vendored
12
external/misc/CMakeLists.txt
vendored
@ -32,15 +32,9 @@ if(LINUX)
|
||||
)
|
||||
endif()
|
||||
|
||||
# add_library doesn't like to get an empty source file list.
|
||||
|
||||
if($misc_SOURCES)
|
||||
add_library(misc STATIC
|
||||
${misc_SOURCES}
|
||||
)
|
||||
else()
|
||||
set(MISC_LIBRARIES "" CACHE INTERNAL "")
|
||||
endif()
|
||||
add_library(misc STATIC
|
||||
${misc_SOURCES}
|
||||
)
|
||||
|
||||
elseif(WIN32 OR CYGWIN) # windows
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user