mirror of
https://github.com/nushell/nushell
synced 2025-01-12 05:09:04 +00:00
Mention that perl is required for feature static-link-openssl… (#10291)
this PR should close https://github.com/nushell/nushell/issues/10290 it is a simple comment in Cargo.toml, which explains that perl is required for feature static-link-openssl to work.
This commit is contained in:
parent
6811700b90
commit
5f795b1aec
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@ stable = ["default"]
|
|||
wasi = ["nu-cmd-lang/wasi"]
|
||||
# NOTE: individual features are also passed to `nu-cmd-lang` that uses them to generate the feature matrix in the `version` command
|
||||
|
||||
# Enable to statically link OpenSSL; otherwise the system version will be used. Not enabled by default because it takes a while to build
|
||||
# Enable to statically link OpenSSL (perl is required, to build OpenSSL https://docs.rs/openssl/latest/openssl/);
|
||||
# otherwise the system version will be used. Not enabled by default because it takes a while to build
|
||||
static-link-openssl = ["dep:openssl", "nu-cmd-lang/static-link-openssl"]
|
||||
|
||||
mimalloc = ["nu-cmd-lang/mimalloc", "dep:mimalloc"]
|
||||
|
|
Loading…
Reference in a new issue