app-accessibility/whisper-cpp: Fixing HIP CMake argument

Signed-off-by: Kevin Martin <kevinmbecause@gmail.com>
This commit is contained in:
Kevin Martin
2026-03-06 16:31:27 -05:00
parent abd36dc16d
commit a25b0996e7

View File

@@ -41,7 +41,7 @@ src_configure() {
-DGGML_BLAS=$(usex blas)
-DGGML_CLBLAST=$(usex opencl)
-DGGML_CUBLAS=$(usex cuda)
-DGGML_HIPBLAS=$(usex hip)
-DGGML_HIP=$(usex hip)
-DGGML_VULKAN=$(usex vulkan)
-DWHISPER_SDL2=$(usex sdl2)
)