Skip to content

Commit

Permalink
Added all libssh modules to setup.py and build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Jun 28, 2018
1 parent 73bdac8 commit 6c6f1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build_ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ mkdir -p src && cd src
cmake -DCMAKE_BUILD_TYPE=Release ../libssh
make -j6
cd ..
cp src/src/libssh.so.4 ssh/
cp src/src/libssh.so* ssh/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def build_ssh():
)
for i in range(len(sources))]

package_data = {'ssh': ['*.pxd', 'libssh.so.4']}
package_data = {'ssh': ['*.pxd', 'libssh.so*']}

if ON_WINDOWS:
package_data['ssh'].extend([
Expand Down

0 comments on commit 6c6f1e7

Please sign in to comment.