Merge remote-tracking branch 'upstream/pull/1960'

This commit is contained in:
Tom Hughes 2018-08-29 08:43:08 +01:00
commit 5bc8abbe05

View file

@ -1,7 +1,7 @@
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)