Skip to content

Commit 9df404d

Browse files
committed
fix build of test on Linux
1 parent 39312a3 commit 9df404d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ sanitizer:
181181
rm test-with-sanitizer
182182

183183
test/runtest: test/test.c
184-
$(CC) $< -o $@ -L. -lsqlite3
184+
$(CC) $< -o $@ -I. -L. -lsqlite3
185185

186186
test2: test/test.py
187187
ifeq ($(TARGET_OS),Windows)

0 commit comments

Comments
 (0)