You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: script/git2go-init.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,4 @@ git checkout -qf $COMMIT_HASH
9
9
git submodule update --init
10
10
# sed -i -- 's/ZLIB_FOUND/FALSE/g' $PROJPATH/vendor/libgit2/CMakeLists.txt
11
11
# sed -i -- 's/OPENSSL_FOUND/FALSE/g' $PROJPATH/vendor/libgit2/CMakeLists.txt
12
-
#sed -i -- 's/USE_SSH.*"Link with libssh to enable SSH support".*ON/USE_SSH "Link with libssh to enable SSH support" OFF/g' $PROJPATH/vendor/libgit2/CMakeLists.txt
12
+
sed -i -- 's/USE_SSH.*"Link with libssh to enable SSH support".*ON/USE_SSH "Link with libssh to enable SSH support" OFF/g'$PROJPATH/vendor/libgit2/CMakeLists.txt
0 commit comments