提交 49ed880f 编写于 作者: O Olli-Pekka Heinisuo

cmake needs forward slashes

上级 a3f18434
......@@ -39,8 +39,8 @@ def main():
from skbuild import cmaker
python_version = cmaker.CMaker.get_python_version()
python_lib_path = cmaker.CMaker.get_python_library(python_version)
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('\\', '/')
if os.path.exists(".git"):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册