We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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