From a09b7b45cf3438c8efc34c1cf210ec86e5e8b41f Mon Sep 17 00:00:00 2001 From: partouf Date: Fri, 27 Sep 2024 01:37:51 +0100 Subject: [PATCH] oops --- heaptrack/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/heaptrack/build.sh b/heaptrack/build.sh index 9f53beb..4662377 100755 --- a/heaptrack/build.sh +++ b/heaptrack/build.sh @@ -7,6 +7,8 @@ VERSION=$1 URL=https://github.com/KDE/heaptrack.git +ARCH=$(uname -m) + FULLNAME=heaptrack-${ARCH}-${VERSION}.tar.xz OUTPUT=$2/${FULLNAME} @@ -40,7 +42,6 @@ cd "${BUILDDIR}" PREFIX=$(pwd)/heaptrack -ARCH=$(uname -m) cmake -DCMAKE_BUILD_TYPE=Release .. cmake --build . --target heaptrack_unwind heaptrack_preload heaptrack_print heaptrack_interpret heaptrack_inject