mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Blis: enable for x86
This commit is contained in:
@@ -16,8 +16,8 @@ SOURCE_URI="https://github.com/flame/blis/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7816a1f6085b1d779f074bca2435c195c524582edbb04d9cd399dade9187a72d"
|
||||
PATCHES="blis-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
TARGET="generic"
|
||||
if [ "$effectiveTargetArchitecture" = x86_64 ]; then
|
||||
|
||||
Reference in New Issue
Block a user