X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d5672aed4a40af96431ac19e77574813f0a7a2e1..61c3d97a8ad2891bef0a2eeaa0d60e625b6c2ef2:/db/functions/Makefile diff --git a/db/functions/Makefile b/db/functions/Makefile index 6bb966b9a..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)/ext/quad_tile +QTDIR=$(shell ${BUNDLE} show quad_tile | tail -n 1)/ext/quad_tile OS=$(shell uname -s) ifeq (${OS},Darwin)