Skip to content

Commit

Permalink
fix windows build whisper.cpp with OpenBLAS
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Oct 24, 2024
1 parent aa2ec9c commit 4cd9345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-shotcut-msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ function set_globals {

#####
# whisper.cpp
CONFIG[9]="cmake -B build -G Ninja -D CMAKE_INSTALL_PREFIX=$FINAL_INSTALL_DIR $CMAKE_DEBUG_FLAG -D GGML_OPENBLAS=ON -D BUILD_SHARED_LIBS=ON -D GGML_NATIVE=OFF -D WHISPER_BUILD_SERVER=OFF -D WHISPER_BUILD_TESTS=OFF"
CONFIG[9]="cmake -B build -G Ninja -D CMAKE_INSTALL_PREFIX=$FINAL_INSTALL_DIR $CMAKE_DEBUG_FLAG -D GGML_BLAS=ON -D BUILD_SHARED_LIBS=ON -D GGML_NATIVE=OFF -D WHISPER_BUILD_SERVER=OFF -D WHISPER_BUILD_TESTS=OFF"
CFLAGS_[9]=$CFLAGS
LDFLAGS_[9]=$LDFLAGS
BUILD[9]="ninja -C build -j $MAKEJ"
Expand Down

0 comments on commit 4cd9345

Please sign in to comment.