Skip to content

Commit 334fdfd

Browse files
committed
Merge branch 'master' of github.com:okbob/plpgsql_check
2 parents 67baeca + 3c9678a commit 334fdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ top_builddir = ../..
2020
include $(top_builddir)/src/Makefile.global
2121
include $(top_srcdir)/contrib/contrib-global.mk
2222
else
23-
PG_CONFIG = pg_config
23+
PG_CONFIG ?= pg_config
2424
PGXS := $(shell $(PG_CONFIG) --pgxs)
2525
include $(PGXS)
2626
endif

0 commit comments

Comments
 (0)