Skip to content

Commit a09b7b4

Browse files
committed
oops
1 parent 25af1c4 commit a09b7b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

heaptrack/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ VERSION=$1
77

88
URL=https://github.com/KDE/heaptrack.git
99

10+
ARCH=$(uname -m)
11+
1012
FULLNAME=heaptrack-${ARCH}-${VERSION}.tar.xz
1113
OUTPUT=$2/${FULLNAME}
1214

@@ -40,7 +42,6 @@ cd "${BUILDDIR}"
4042

4143

4244
PREFIX=$(pwd)/heaptrack
43-
ARCH=$(uname -m)
4445

4546
cmake -DCMAKE_BUILD_TYPE=Release ..
4647
cmake --build . --target heaptrack_unwind heaptrack_preload heaptrack_print heaptrack_interpret heaptrack_inject

0 commit comments

Comments
 (0)