Allow bundle path to be overridden when building database functions

This commit is contained in:
Tom Hughes 2020-02-23 20:30:29 +00:00
parent 8529521e8c
commit ecd84ccce8

View file

@ -1,7 +1,8 @@
BUNDLE ?= bundle
PG_CONFIG ?= pg_config
DESTDIR ?= .
QTDIR=$(shell bundle show quad_tile | tail -n 1)/ext/quad_tile
QTDIR=$(shell ${BUNDLE} show quad_tile | tail -n 1)/ext/quad_tile
OS=$(shell uname -s)
ifeq (${OS},Darwin)