mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 01:06:27 +02:00
windows make fix?
This commit is contained in:
parent
0af4e1eaed
commit
79f4e15a63
1 changed files with 6 additions and 2 deletions
8
Makefile
8
Makefile
|
|
@ -3,8 +3,12 @@ COMMIT=$(shell git rev-parse HEAD)
|
|||
VERSION=$(shell cat VERSION)
|
||||
DATE=$(shell date +'%FT%TZ%z')
|
||||
|
||||
CC ?= gcc
|
||||
AR ?= ar
|
||||
ifndef CC
|
||||
CC=gcc
|
||||
endif
|
||||
ifndef AR
|
||||
AR=ar
|
||||
endif
|
||||
|
||||
ifeq ($(shell uname -s),Darwin)
|
||||
CONFIG_DARWIN=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue