From 9789b6c910596975c14fb0e61c9529bba9cc1267 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Wed, 7 Aug 2024 22:07:17 +0200 Subject: [PATCH] Update fetch.sh --- fetch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fetch.sh b/fetch.sh index 765640f9f..e8414e858 100755 --- a/fetch.sh +++ b/fetch.sh @@ -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"