Skip to content

Commit

Permalink
Merge pull request #179 from yrashk/patch-1
Browse files Browse the repository at this point in the history
Problem: impossible to supply custom PG_CONFIG to PGXS
  • Loading branch information
okbob authored Oct 8, 2024
2 parents 7e23f9d + 9a9337d commit 3c9678a
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 3c9678a

Please sign in to comment.