Skip to content

Commit ae4d90d

Browse files
authored
Update build-clspv.sh (compiler-explorer#15)
* Update build-clspv.sh * Update build-clspv.sh
1 parent 6096ab7 commit ae4d90d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build-clspv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ cmake -S . -B build -G "Unix Makefiles"
5555
cmake --build build --parallel $(nproc)
5656

5757
export XZ_DEFAULTS="-T 0"
58+
cd build
5859
tar Jcf "${OUTPUT}" --transform "s,^./,./${FULLNAME}/," ./
5960

6061
if [[ -n "${S3OUTPUT}" ]]; then

0 commit comments

Comments
 (0)