Skip to content

Commit

Permalink
add dir.crsql to include path
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Nov 27, 2023
1 parent e7cf402 commit ee2d4ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ sqlite3.extra.c := deps/$(SQLITE_VERSION)/sqlite3-extra.c
# build options
EMCC ?= emcc

CFLAGS_EXTRA = -I'$(dir.crsql)'

CFLAGS_COMMON = \
-I'deps/$(SQLITE_VERSION)' \
-Wno-non-literal-null-conversion \
Expand Down

0 comments on commit ee2d4ba

Please sign in to comment.