Allow bundle path to be overridden when building database functions
This commit is contained in:
parent
8529521e8c
commit
ecd84ccce8
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue