Commit 0c62122f by eve

Fixed setup.py install bug

parent 8dc62878
......@@ -144,7 +144,7 @@ install_data_files = [os.path.join("libs", "*.so")]
for data_dir in data_dirs:
install_data_files.append("%s%s*" % (data_dir, os.path.sep))
if os.getenv("BUILD_PYQTGRAPH") == "1":
if os.getenv("BUILD_PYQTGRAPH") == "yes":
install_data_files.append(os.path.join("libs", "pyqtgraph", "*.py"))
for (root, dirs, files) in os.walk(os.path.join(MODULE_NAME, "libs", "pyqtgraph")):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment