We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6be18 commit b126d43Copy full SHA for b126d43
1 file changed
src/python/PyImath/CMakeLists.txt
@@ -103,7 +103,10 @@ execute_process(
103
OUTPUT_STRIP_TRAILING_WHITESPACE
104
)
105
106
-link_directories("C:\hostedtoolcache\windows\Python\3.9.13\x64\libs" ${PYTHON_LIB_DIR})
+link_directories("C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\libs"
107
+"C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\Lib"
108
+${PYTHON_LIB_DIR})
109
+
110
message(STATUS "PYTHON_LIB_DIR=${PYTHON_LIB_DIR}")
111
112
if(BUILD_SHARED_LIBS)
0 commit comments