Skip to content

Commit

Permalink
Merge branch 'master' of github.com:okbob/plpgsql_check
Browse files Browse the repository at this point in the history
  • Loading branch information
okbob committed Nov 29, 2024
2 parents 67baeca + 3c9678a commit 334fdfd
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 @@ -20,7 +20,7 @@ top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
else
PG_CONFIG = pg_config
PG_CONFIG ?= pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
endif
Expand Down

0 comments on commit 334fdfd

Please sign in to comment.