X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dae3dcf87edcfc0648cd0b93b069b0eee67d3ab7..e71d7e8bea5b4f2b67fe4a6bee94a24bacbcb3e5:/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)