Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Feb 29, 2024
1 parent 3249167 commit 264cb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SRC=litejq.c
OUT=litejq
PKG_CONFIG ?= pkg-config

LIBJQ_FLAGS=$(shell $(PKG_CONFIG) --cflags --libs libjq)
LIBJQ_FLAGS=$(shell $(PKG_CONFIG) --cflags --libs jq)

SQLITE3_FLAGS=$(shell $(PKG_CONFIG) --cflags --libs sqlite3)

Expand Down

0 comments on commit 264cb43

Please sign in to comment.