X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/778659a78cdbdbf03014943b9ce85b990daa8cb1..d5672aed4a40af96431ac19e77574813f0a7a2e1:/db/functions/Makefile diff --git a/db/functions/Makefile b/db/functions/Makefile index dac1889dc..6bb966b9a 100644 --- a/db/functions/Makefile +++ b/db/functions/Makefile @@ -1,7 +1,7 @@ PG_CONFIG ?= pg_config DESTDIR ?= . -QTDIR=../../lib/quad_tile +QTDIR=$(shell bundle show quad_tile)/ext/quad_tile OS=$(shell uname -s) ifeq (${OS},Darwin)