Skip to content

Commit 760fdfe

Browse files
committed
off libuv build shared
1 parent 5ce3c3c commit 760fdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third-party/libuv-1.46.0/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set(CMAKE_C_STANDARD 90)
2424

2525
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
2626

27-
option(LIBUV_BUILD_SHARED "Build shared lib" ON)
27+
option(LIBUV_BUILD_SHARED "Build shared lib" OFF)
2828

2929
cmake_dependent_option(LIBUV_BUILD_TESTS
3030
"Build the unit tests when BUILD_TESTING is enabled and we are the root project" ON

0 commit comments

Comments
 (0)