Skip to content

Commit

Permalink
ci should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Mar 1, 2024
1 parent 7403615 commit 1cb93cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1cb93cb

Please sign in to comment.