mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
Merge branch 'main' of github.com:asg017/sqlite-vec into main
This commit is contained in:
commit
f9e1bf2f34
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -46,6 +46,12 @@ ifndef OMIT_SIMD
|
|||
endif
|
||||
endif
|
||||
|
||||
ifdef USE_BREW_SQLITE
|
||||
SQLITE_INCLUDE_PATH=-I/opt/homebrew/opt/sqlite/include
|
||||
SQLITE_LIB_PATH=-L/opt/homebrew/opt/sqlite/lib
|
||||
CFLAGS += $(SQLITE_INCLUDE_PATH) $(SQLITE_LIB_PATH)
|
||||
endif
|
||||
|
||||
ifdef IS_MACOS_ARM
|
||||
RENAME_WHEELS_ARGS=--is-macos-arm
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue