mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
corrosion: fix requirements on x86 32 bits.
This commit is contained in:
@@ -5,7 +5,7 @@ dynamic libraries from a workspace or package manifest Cargo.toml file."
|
||||
HOMEPAGE="https://github.com/corrosion-rs"
|
||||
COPYRIGHT="2018 Andrew Gaspar"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="$HOMEPAGE/corrosion/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="bf3981d0e066f2c877949ec59d9ed6cb193ae4ff615b73f20c64a5de68fc06ab"
|
||||
|
||||
@@ -17,7 +17,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:rustc
|
||||
cmd:rustc$secondaryArchSuffix
|
||||
cmd:cmake
|
||||
"
|
||||
|
||||
@@ -28,7 +28,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:rustc
|
||||
cmd:rustc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
Reference in New Issue
Block a user