Update fetch.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-07 22:07:17 +02:00
parent 0e5d3619a5
commit 9789b6c910

View File

@ -4,6 +4,10 @@ set -e
. ./pika-build-config.sh
VERSION="$PIKA_PACKAGE_VERSION"
echo "$PIKA_BUILD_ARCH" > pika-build-arch
if [[ $PIKA_BUILD_ARCH == "amd64-v3" ]]
then
export PIKA_BIN_ARCH="amd64"