add ssh2 support

This commit is contained in:
crazywhalecc
2023-05-10 02:31:57 +08:00
parent 7527f9f099
commit a329445701
3 changed files with 31 additions and 0 deletions

View File

@@ -302,6 +302,14 @@
"sqlite"
]
},
"ssh2": {
"type": "external",
"source": "ext-ssh2",
"arg-type": "with-prefix",
"lib-depends": [
"libssh2"
]
},
"swoole": {
"type": "external",
"source": "swoole",