mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Build adjustments
This commit is contained in:
parent
5379c25431
commit
ac02d1b9d9
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -118,9 +118,10 @@ ifeq ($(shell uname -s), Darwin)
|
|||
|
||||
rm -rf whisper.cpp/build || true
|
||||
cmake -S whisper.cpp -B whisper.cpp/build/ $(CMAKE_FLAGS) -DWHISPER_COREML=1
|
||||
cmake --build whisper.cpp/build --verbose
|
||||
cmake --build whisper.cpp/build -j --config Release --verbose
|
||||
#TODO - Remove if issues during CI builds
|
||||
#cp whisper.cpp/build/bin/Debug/$(LIBWHISPER) buzz/libwhisper-coreml.dylib || true
|
||||
cp whisper.cpp/build/bin/Release/$(LIBWHISPER) buzz/libwhisper-coreml.dylib || true
|
||||
cp whisper.cpp/build/src/$(LIBWHISPER) buzz/libwhisper-coreml.dylib || true
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue