mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Remove dependency on system libsqlite headers from compatibility tests
This commit is contained in:
parent
90d01f468f
commit
34690e3b63
2 changed files with 7 additions and 2 deletions
|
@ -29,7 +29,7 @@ test: $(PROGRAM)
|
|||
|
||||
%.o: %.c
|
||||
$(E) " CC " $@
|
||||
$(Q) $(CC) $(CFLAGS) -c $< -o $@
|
||||
$(Q) $(CC) $(CFLAGS) -c $< -o $@ -I$(HEADERS)
|
||||
|
||||
$(PROGRAM): $(OBJS)
|
||||
$(E) " LINK " $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue