We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcafb0 commit bfe24d2Copy full SHA for bfe24d2
1 file changed
scripts/internal/windows_build_common.py
@@ -16,7 +16,7 @@ def venv_paths(python_version):
16
check_call([venv_executable, venv_dir])
17
18
python_executable = os.path.join(venv_dir, "Scripts", "python.exe")
19
- python_include_dir = os.path.join(venv_dir, "Include")
+ python_include_dir = "C:/Python%s/include" % (python_version)
20
21
# XXX It should be possible to query skbuild for the library dir associated
22
# with a given interpreter.
0 commit comments