Skip to content

Commit 4e1f105

Browse files
committed
debug25
1 parent 4e9ea93 commit 4e1f105

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(protobuf_MSVC_STATIC_RUNTIME ON CACHE BOOL "Use /MT for protobuf" FORCE)
1717

1818
set(ABSL_MSVC_STATIC_RUNTIME ON CACHE BOOL "Force Abseil to use /MT" FORCE)
1919
set(ABSL_PROPAGATE_CXX_STD ON CACHE BOOL "" FORCE)
20-
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build static libraries" FORCE)
20+
#set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build static libraries" FORCE)
2121

2222
# C++ Standard
2323
set(CMAKE_CXX_STANDARD 17)

build_windows.cmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ dir "C:\Program Files\OpenSSL"
1414
dir "C:\Program Files\OpenSSL\bin"
1515
copy "C:\Program Files\OpenSSL\libcrypto*.dll" .
1616
dumpbin.exe /dependents "_pydp.pyd"
17-
dumpbin.exe /dependents "libcrypto-3-x64.dll"
17+
dumpbin.exe /dependents "libcrypto-3-x64.dll"
18+
19+
python -c "import _pydp"

0 commit comments

Comments
 (0)