mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
cargo: depend on openssl:host
This commit is contained in:
@@ -5,7 +5,7 @@ PKG_NAME="cargo"
|
||||
PKG_VERSION="$(get_pkg_version rust)"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://www.rust-lang.org"
|
||||
PKG_DEPENDS_HOST="rust:host"
|
||||
PKG_DEPENDS_HOST="openssl:host rust:host"
|
||||
PKG_DEPENDS_UNPACK="cargo-snapshot rust"
|
||||
PKG_LONGDESC="Cargo is the Rust package manager"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
Reference in New Issue
Block a user