Skip to content

Commit

Permalink
Merge branch 'main' of github.com:asg017/sqlite-vec into main
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 22, 2024
2 parents b62f6f1 + 2c382a4 commit f9e1bf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9e1bf2

Please sign in to comment.