Skip to content

Commit

Permalink
Generalize the build boilerplate a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
msullivan committed Sep 18, 2024
1 parent 408b063 commit 1b1418e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ EXTRA_FILES := LICENSE LICENSE-postgis.txt NOTICE

CUSTOM_SQL_BUILD := 1

MKS := $(shell edb config --make-include)
### Boilerplate
PYTHON := python3
EDB := $(PYTHON) -m edb.tools $(EDBFLAGS)
MKS := $(shell $(EDB) config --make-include)
include $(MKS)
### End Boilerplate

$(SQL_STAMP): MANIFEST.toml postgis/NEWS Makefile
cd postgis && sh autogen.sh
Expand Down

0 comments on commit 1b1418e

Please sign in to comment.