8000
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.
2 parents 6b73d90 + 2e44d30 commit 264e05bCopy full SHA for 264e05b
setup.py
@@ -36,7 +36,7 @@ def main():
36
]
37
38
python_version = cmaker.CMaker.get_python_version()
39
- python_lib_path = cmaker.CMaker.get_python_library(python_version).replace(
+ python_lib_path = (cmaker.CMaker.get_python_library(python_version) or "").replace(
40
"\\", "/"
41
)
42
python_include_dir = cmaker.CMaker.get_python_include_dir(python_version).replace(
0 commit comments