mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
highway, cleanup (#8107)
This commit is contained in:
@@ -13,7 +13,7 @@ Why Highway?
|
||||
HOMEPAGE="https://github.com/google/highway"
|
||||
COPYRIGHT="2020 Google LLC"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/google/highway/archive/refs/tags/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e1d47ce510429fdcf31f41697ca74fb0dcd59d933196e531a86d51751a56f4cc"
|
||||
SOURCE_FILENAME="highway-$portVersion.tar.gz"
|
||||
@@ -41,7 +41,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -B build -S . \
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DBUILD_TESTING=OFF
|
||||
make -C build $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user