mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
shared ssh2 wants openssl if mysqli or mysqlnd aren't built in
This commit is contained in:
parent
c2d5afc4e9
commit
51891478e4
@ -790,9 +790,11 @@
|
|||||||
"arg-type": "with-prefix",
|
"arg-type": "with-prefix",
|
||||||
"arg-type-windows": "with",
|
"arg-type-windows": "with",
|
||||||
"lib-depends": [
|
"lib-depends": [
|
||||||
"openssl",
|
|
||||||
"libssh2"
|
"libssh2"
|
||||||
],
|
],
|
||||||
|
"shared-ext-depends": [
|
||||||
|
"openssl"
|
||||||
|
],
|
||||||
"ext-depends-windows": [
|
"ext-depends-windows": [
|
||||||
"openssl",
|
"openssl",
|
||||||
"zlib"
|
"zlib"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user