Skip to content

Commit

Permalink
Update build script to include BUILD_WITH_ACCEL variable in Linux rel…
Browse files Browse the repository at this point in the history
…ease filename
  • Loading branch information
royshil committed Oct 10, 2024
1 parent 1708140 commit 9207694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ cmake --build build --config Release
cmake --install build

# compress the release folder
tar -czvf whispercpp-linux-$LINUX_ARCH-$version.tar.gz release
tar -czvf whispercpp-linux-$LINUX_ARCH-$BUILD_WITH_ACCEL-$version.tar.gz release

0 comments on commit 9207694

Please sign in to comment.