We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fba2d0 commit 9cca757Copy full SHA for 9cca757
Makefile
@@ -82,6 +82,8 @@ else ifeq ($(PLATFORM),android)
82
CC = $(BIN)/$(ARCH)-linux-android26-clang
83
TARGET := $(DIST_DIR)/ai.so
84
LDFLAGS += -shared
85
+ LLAMA_OPTIONS += -DCMAKE_POSITION_INDEPENDENT_CODE=ON
86
+ WHISPER_OPTIONS += -DCMAKE_POSITION_INDEPENDENT_CODE=ON
87
else ifeq ($(PLATFORM),ios)
88
TARGET := $(DIST_DIR)/ai.dylib
89
SDK := -isysroot $(shell xcrun --sdk iphoneos --show-sdk-path) -miphoneos-version-min=14.0
0 commit comments