Skip to content

Commit 49ed880

Browse files
committed
cmake needs forward slashes
1 parent a3f1843 commit 49ed880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def main():
3939
from skbuild import cmaker
4040

4141
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)
42+
python_lib_path = cmaker.CMaker.get_python_library(python_version).replace('\\', '/')
43+
python_include_dir = cmaker.CMaker.get_python_include_dir(python_version).replace('\\', '/')
4444

4545
if os.path.exists(".git"):
4646

0 commit comments

Comments
 (0)