mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
-lm to CFLAGS for linux builds
This commit is contained in:
parent
8556b08a9b
commit
4296dbd0d1
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -24,6 +24,7 @@ endif
|
||||||
|
|
||||||
ifdef CONFIG_LINUX
|
ifdef CONFIG_LINUX
|
||||||
LOADABLE_EXTENSION=so
|
LOADABLE_EXTENSION=so
|
||||||
|
CFLAGS += -lm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_WINDOWS
|
ifdef CONFIG_WINDOWS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue