File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ else ifeq ($(PLATFORM),macos)
7474 LLAMA_LIBS += $(BUILD_GGML)/lib/libggml-metal.a
7575 LDFLAGS += -arch x86_64 -arch arm64 -L./$(BUILD_GGML)/lib -lggml-metal -L./$(BUILD_GGML)/lib -framework Metal -framework Foundation -framework CoreFoundation -framework QuartzCore -dynamiclib -undefined dynamic_lookup
7676 CFLAGS += -arch x86_64 -arch arm64
77- LLAMA_OPTIONS += -DGGML_OPENMP=OFF -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
78- WHISPER_OPTIONS += -DGGML_OPENMP=OFF -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
79- MINIAUDIO_OPTIONS += -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
77+ LLAMA_OPTIONS += -DGGML_OPENMP=OFF -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0
78+ WHISPER_OPTIONS += -DGGML_OPENMP=OFF -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0
79+ MINIAUDIO_OPTIONS += -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0
8080 STRIP = strip -x -S $@
8181else ifeq ($(PLATFORM),android)
8282 ifndef ARCH # Set ARCH to find Android NDK's Clang compiler, the user should set the ARCH
Original file line number Diff line number Diff line change 2424extern "C" {
2525#endif
2626
27- #define SQLITE_AI_VERSION "0.7.4 "
27+ #define SQLITE_AI_VERSION "0.7.5 "
2828
2929SQLITE_AI_API int sqlite3_ai_init (sqlite3 * db , char * * pzErrMsg , const sqlite3_api_routines * pApi );
3030
You can’t perform that action at this time.
0 commit comments