Jonathan Soo commited on
Commit
3f26c89
·
unverified ·
1 Parent(s): 773c85f

cmake : fix define used for COREML_ALLOW_FALLBACK (#893)

Browse files
Files changed (1) hide show
  1. CMakeLists.txt +1 -1
CMakeLists.txt CHANGED
@@ -121,7 +121,7 @@ if (APPLE)
121
  endif()
122
 
123
  if (WHISPER_COREML_ALLOW_FALLBACK)
124
- set(WHISPER_EXTRA_FLAGS ${WHISPER_EXTRA_FLAGS} -DWHISPER_USE_COREML_ALLOW_FALLBACK)
125
  endif()
126
  endif()
127
  endif()
 
121
  endif()
122
 
123
  if (WHISPER_COREML_ALLOW_FALLBACK)
124
+ set(WHISPER_EXTRA_FLAGS ${WHISPER_EXTRA_FLAGS} -DWHISPER_COREML_ALLOW_FALLBACK)
125
  endif()
126
  endif()
127
  endif()