mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +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)
|
VERSION=$(shell cat VERSION)
|
||||||
DATE=$(shell date +'%FT%TZ%z')
|
DATE=$(shell date +'%FT%TZ%z')
|
||||||
|
|
||||||
CC ?= gcc
|
ifndef CC
|
||||||
AR ?= ar
|
CC=gcc
|
||||||
|
endif
|
||||||
|
ifndef AR
|
||||||
|
AR=ar
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(shell uname -s),Darwin)
|
ifeq ($(shell uname -s),Darwin)
|
||||||
CONFIG_DARWIN=y
|
CONFIG_DARWIN=y
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue