diff options
Diffstat (limited to 'repo/system/libssh2.xibuild')
-rw-r--r-- | repo/system/libssh2.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libssh2.xibuild b/repo/system/libssh2.xibuild index 086b686..ebf8cdf 100644 --- a/repo/system/libssh2.xibuild +++ b/repo/system/libssh2.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make) -DEPS=(openssl openssh libgcrypt zlib) +MAKEDEPS="make" +DEPS="openssl openssh libgcrypt zlib" PKG_VER=1.10.0 SOURCE=https://www.libssh2.org/download/libssh2-$PKG_VER.tar.gz |