File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,15 @@ function setup ()
18
18
19
19
function build_ssh2 ()
20
20
{
21
+ echo " cp -R ${ROOT_PATH} /External/libssh2 ${ARCH_INSTALL_PATH} /libssh2"
22
+
21
23
cp -R " ${ROOT_PATH} /External/libssh2" " ${ARCH_INSTALL_PATH} /libssh2"
22
24
pushd " ${ARCH_INSTALL_PATH} /libssh2" > /dev/null
23
25
24
26
export CFLAGS=" -arch ${ARCH} -fembed-bitcode -pipe -no-cpp-precomp -isysroot ${SDKROOT} -miphoneos-version-min=${IPHONEOS_DEPLOYMENT_TARGET} "
25
27
export CPPFLAGS=" -arch ${ARCH} -fembed-bitcode -pipe -no-cpp-precomp -isysroot ${SDKROOT} -miphoneos-version-min=${IPHONEOS_DEPLOYMENT_TARGET} "
26
28
27
- ./buildconf >> " ${LOG} " 2>&1
29
+ ./buildconf | tee " ${LOG} " 2>&1
28
30
./configure --host=${HOST} --prefix=" ${ARCH_INSTALL_PATH} " --with-openssl --with-libssl-prefix=" ${INSTALL_PATH} " --disable-shared --enable-static >> " ${LOG} " 2>&1
29
31
make >> " ${LOG} " 2>&1
30
32
make install >> " ${LOG} " 2>&1
You can’t perform that action at this time.
0 commit comments