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.
1 parent 1660827 commit caebd11Copy full SHA for caebd11
setup.py
@@ -64,7 +64,7 @@
64
65
runtime_library_dirs = ["$ORIGIN/."] if not SYSTEM_LIBSSH else None
66
_lib_dir = os.path.abspath("./src/lib") if not SYSTEM_LIBSSH else "/usr/local/lib"
67
-include_dirs = ["libssh/include"] if (ON_WINDOWS or ON_RTD) or \
+include_dirs = ["libssh/include", "./src/include"] if (ON_WINDOWS or ON_RTD) or \
68
not SYSTEM_LIBSSH else ["/usr/local/include"]
69
70
extensions = [
0 commit comments