Skip to content

Commit 97bc828

Browse files
committed
Fix wheels for Windows CI
1 parent 2b18a0c commit 97bc828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/icspacket-defs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if(WIN32 AND NOT DEFINED Python_LIBRARY)
2727
set(Python_VERSION_MINOR ${CMAKE_MATCH_2})
2828
set(Python_VERSION_PATCH ${CMAKE_MATCH_3})
2929

30-
set(DYNAMIC_PYTHON_LIB_FILENAME "python${Python_VERSION_MAJOR}${Python_VERSION_MINOR}.lib")
30+
set(DYNAMIC_PYTHON_LIB_FILENAME "python${Python_VERSION_MAJOR}${Python_VERSION_MINOR}_d.lib")
3131
set(EXPECTED_PYTHON_VERSION_DIR "C:/hostedtoolcache/windows/Python/${Python_VERSION}/x64/libs")
3232
set(Python_LIBRARY "${EXPECTED_PYTHON_VERSION_DIR}/${DYNAMIC_PYTHON_LIB_FILENAME}")
3333

0 commit comments

Comments
 (0)