mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Allow override of PG_CONFIG on command line.
This commit is contained in:
parent
d7ef06f4d2
commit
fce6a785b7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ TESTS = $(wildcard test/sql/*.sql)
|
|||
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
|
||||
REGRESS_OPTS = --inputdir=test
|
||||
|
||||
PG_CONFIG = pg_config
|
||||
PG_CONFIG ?= pg_config
|
||||
|
||||
MODULE_big = hypopg
|
||||
OBJS = hypopg.o hypopg_import.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue