We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f1843 commit 49ed880Copy full SHA for 49ed880
setup.py
@@ -39,8 +39,8 @@ def main():
39
from skbuild import cmaker
40
41
python_version = cmaker.CMaker.get_python_version()
42
- python_lib_path = cmaker.CMaker.get_python_library(python_version)
43
- python_include_dir = cmaker.CMaker.get_python_include_dir(python_version)
+ python_lib_path = cmaker.CMaker.get_python_library(python_version).replace('\\', '/')
+ python_include_dir = cmaker.CMaker.get_python_include_dir(python_version).replace('\\', '/')
44
45
if os.path.exists(".git"):
46
0 commit comments