mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-16 15:29:28 +00:00
build: fix build error in Windows env with OneAPI setup (llama/10107)
This commit is contained in:
parent
3e231ab9cc
commit
5f6b992eea
@ -1402,7 +1402,7 @@ list(APPEND GGML_EXTRA_LIBS_PRIVATE Threads::Threads)
|
||||
|
||||
find_library(MATH_LIBRARY m)
|
||||
if (MATH_LIBRARY)
|
||||
if (NOT WIN32 OR NOT GGML_SYCL)
|
||||
if (NOT WIN32 OR NOT DEFINED ENV{ONEAPI_ROOT})
|
||||
list(APPEND GGML_EXTRA_LIBS_PRIVATE m)
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user