Skip to content

Commit 1dde580

Browse files
authored
Update build-clspv.sh
1 parent ce7ac8b commit 1dde580

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/build-clspv.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ pushd clspv
5454
python3 utils/fetch_sources.py --shallow
5555

5656
mkdir build
57-
cmake -S . -B build -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="${STAGING_DIR}"
57+
cmake -S . -B build -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX:PATH="${STAGING_DIR}"
5858
cmake --build build --parallel $(nproc)
59+
make install
5960

6061
export XZ_DEFAULTS="-T 0"
61-
tar Jcf "${OUTPUT}" --transform "s,^./,./${FULLNAME}/," -C "./${STAGING_DIR}" .
62+
tar Jcf "${OUTPUT}" --transform "s,^./,./${FULLNAME}/," -C "${STAGING_DIR}" .
6263

6364
if [[ -n "${S3OUTPUT}" ]]; then
6465
s3cmd put --rr "${OUTPUT}" "${S3OUTPUT}"

0 commit comments

Comments
 (0)