File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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} _d .lib" )
30+ set (DYNAMIC_PYTHON_LIB_FILENAME "python${Python_VERSION_MAJOR}${Python_VERSION_MINOR} .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
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ GitHub = "https://github.com/MatrixEditor/icspacket"
5959[tool .scikit-build .cmake ]
6060# NOTE: To enable extra debugging output at runtime you might also add
6161# -DASN_EMIT_DEBUG=1 as a compile-time define.
62- build-type = " Debug"
62+ # build-type = "Debug"
6363
6464# --- Dynamic Version scheme
6565[tool .scikit-build ]
You can’t perform that action at this time.
0 commit comments