mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-28 16:59:20 +01:00
cmake : fix define used for COREML_ALLOW_FALLBACK (#893)
This commit is contained in:
parent
4e4d00c67a
commit
bf2449dfae
@ -121,7 +121,7 @@ if (APPLE)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (WHISPER_COREML_ALLOW_FALLBACK)
|
if (WHISPER_COREML_ALLOW_FALLBACK)
|
||||||
set(WHISPER_EXTRA_FLAGS ${WHISPER_EXTRA_FLAGS} -DWHISPER_USE_COREML_ALLOW_FALLBACK)
|
set(WHISPER_EXTRA_FLAGS ${WHISPER_EXTRA_FLAGS} -DWHISPER_COREML_ALLOW_FALLBACK)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user