summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-02-11 17:20:58 +0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-02-11 17:20:58 +0200
commit9413c41ba34342bf5928260395b36f44b8c2c90e (patch)
tree5511d1df63fb1665e8323b336e009cd08dfc5730 /Makefile
parent06ccc0757ba06db40b09e68cf4e6515029b7e694 (diff)
downloadqtlocation-mapboxgl-9413c41ba34342bf5928260395b36f44b8c2c90e.tar.gz
[build] Build `offline` smoke test for Linux
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 26413d623e..6eb88313f0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
export BUILDTYPE ?= Release
export BUILD_TEST ?= 1
export BUILD_RENDER ?= 1
+export BUILD_OFFLINE ?= 1
# Determine build platform
ifeq ($(shell uname -s), Darwin)