diff --git a/Makefile b/Makefile index b05a7db07..0b1f78029 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ endif ifeq ($(shell uname -m), arm64) ifeq ($(shell uname -s), Darwin) rm -rf whisper.cpp/build || true - cmake -S whisper.cpp -B whisper.cpp/build/ $(CMAKE_FLAGS) -DWHISPER_COREML=1 -DCMAKE_OSX_ARCHITECTURES="arm64" + cmake -S whisper.cpp -B whisper.cpp/build/ $(CMAKE_FLAGS) -DWHISPER_COREML=1 cmake --build whisper.cpp/build --verbose cp whisper.cpp/build/bin/Debug/$(LIBWHISPER) buzz/libwhisper-coreml.dylib || true cp whisper.cpp/build/$(LIBWHISPER) buzz/libwhisper-coreml.dylib || true