We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b73d90 commit 2e44d30Copy full SHA for 2e44d30
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