From 1cb93cb19090ab4b3d499ef1167aa2a60cf9261f Mon Sep 17 00:00:00 2001 From: Florents Tselai Date: Fri, 1 Mar 2024 20:39:15 +0200 Subject: [PATCH] ci should fail --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e689de9..6787590 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ TESTS = $(wildcard test/sql/*.sql) REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS)) REGRESS_OPTS = --inputdir=test --load-extension=pgjq -CFLAGS += $(shell $(PKG_CONFIG) --cflags jgdsfq) -LIBS += $(shell $(PKG_CONFIG) --libs gdf) +CFLAGS += $(shell $(PKG_CONFIG) --cflags jq) +LIBS += $(shell $(PKG_CONFIG) --libs jq) SHLIB_LINK := $(LIBS) PGXS := $(shell $(PG_CONFIG) --pgxs)