mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-15 20:07:59 +02:00
ci : disable Obj-C build + fixes
This commit is contained in:
5
Sources/whisper/module.modulemap
Normal file
5
Sources/whisper/module.modulemap
Normal file
@ -0,0 +1,5 @@
|
||||
module whisper [system] {
|
||||
header "whisper.h"
|
||||
link "whisper"
|
||||
export *
|
||||
}
|
Reference in New Issue
Block a user