Skip to content

Commit 82adb19

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/build-clspv.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ python3 utils/fetch_sources.py --shallow
5656
mkdir build
5757
cmake -S . -B build -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX:PATH="${STAGING_DIR}"
5858
cmake --build build --parallel $(nproc)
59-
make install
6059

6160
export XZ_DEFAULTS="-T 0"
6261
tar Jcf "${OUTPUT}" --transform "s,^./,./${FULLNAME}/," -C "${STAGING_DIR}" .

0 commit comments

Comments
 (0)