diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-11-17 20:29:39 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-11-17 20:29:39 +0900 |
commit | 4d3c37382ca72ff45011044cb36b20b874d36422 (patch) | |
tree | 0c688f04bd93d07b431556b0e1935f23301086b5 /.gitmodules | |
parent | 41da0c5cfef8b583cc28ba9bf15897db6b48077e (diff) |
add libssh as submodule and LIBSSH_PATH to build mscp with static built
libssh.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0ea1fcd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libssh"] + path = libssh + url = https://git.libssh.org/projects/libssh.git |