Skip to content

Commit 3c9678a

Browse files
authored
Merge pull request #179 from yrashk/patch-1
Problem: impossible to supply custom PG_CONFIG to PGXS
2 parents 7e23f9d + 9a9337d commit 3c9678a

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)