mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-01 12:28:51 +00: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