Skip to content

Commit e2da727

Browse files
film42jpechane
authored andcommitted
Allow a custom pg_config to be specified
1 parent 0d4db28 commit e2da727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ SHLIB_LINK += $(PROTOBUF_C_LDFLAGS) $(POSTGIS_C_LDFLAGS)
1414

1515
OBJS = src/decoderbufs.o src/proto/pg_logicaldec.pb-c.o
1616

17-
PG_CONFIG = pg_config
17+
PG_CONFIG ?= pg_config
1818
PGXS := $(shell $(PG_CONFIG) --pgxs)
19-
include $(PGXS)
19+
include $(PGXS)

0 commit comments

Comments
 (0)