Skip to content

Commit

Permalink
Put the source code into the contrib directory and use "make". Compil…
Browse files Browse the repository at this point in the history
…e failed ossc-db#157
  • Loading branch information
Leo-XM-Zeng committed Feb 2, 2024
1 parent 25bbd09 commit c9342f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ USE_PGXS = 1 # use pgxs if not in contrib directory
endif
endif

ifdef USE_PGXS
# see ticket #157
PG_CONFIG = pg_config

ifdef USE_PGXS
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
Expand Down

0 comments on commit c9342f9

Please sign in to comment.