Skip to content

Commit 8f6d161

Browse files
committed
enable built-in socket module in Python
1 parent 15185ac commit 8f6d161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if(DEFINED ENV{VCPKG_ROOT} AND NOT DEFINED CMAKE_TOOLCHAIN_FILE)
77
set(CMAKE_TOOLCHAIN_FILE "$ENV{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
88
CACHE STRING "")
99
endif(DEFINED ENV{VCPKG_ROOT} AND NOT DEFINED CMAKE_TOOLCHAIN_FILE)
10+
set(BUILTIN_SOCKET ON CACHE BOOL "") # for static Python
1011

1112
# configure basic project information
1213
project(osslsigncode

0 commit comments

Comments
 (0)