X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/05514ced0c121c1e936bec0e301faa4a04cc3a30..73c95847a6680bea7f35fe5b3da6eb4e52757b9c:/db/functions/Makefile?ds=sidebyside diff --git a/db/functions/Makefile b/db/functions/Makefile index 6a3fbc0b9..a1259fc55 100644 --- a/db/functions/Makefile +++ b/db/functions/Makefile @@ -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)