There was an error while loading. Please reload this page.
1 parent a38a08f commit 5b49c23Copy full SHA for 5b49c23
1 file changed
CMakeLists.txt
@@ -68,6 +68,8 @@ set(OBJS
68
if (MSVC)
69
add_library(entwine STATIC ${OBJS})
70
target_link_libraries(entwine PRIVATE wsock32 ws2_32)
71
+elseif(APPLE)
72
+ add_library(entwine STATIC ${OBJS})
73
else()
74
add_library(entwine SHARED ${OBJS})
75
endif()
0 commit comments