Skip to content

Commit caebd11

Browse files
committed
setup.py: add generated includes to search path
1 parent 1660827 commit caebd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
runtime_library_dirs = ["$ORIGIN/."] if not SYSTEM_LIBSSH else None
6666
_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 \
67+
include_dirs = ["libssh/include", "./src/include"] if (ON_WINDOWS or ON_RTD) or \
6868
not SYSTEM_LIBSSH else ["/usr/local/include"]
6969

7070
extensions = [

0 commit comments

Comments
 (0)