diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-02-11 17:20:58 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-02-11 17:20:58 +0200 |
commit | 9413c41ba34342bf5928260395b36f44b8c2c90e (patch) | |
tree | 5511d1df63fb1665e8323b336e009cd08dfc5730 /Makefile | |
parent | 06ccc0757ba06db40b09e68cf4e6515029b7e694 (diff) | |
download | qtlocation-mapboxgl-9413c41ba34342bf5928260395b36f44b8c2c90e.tar.gz |
[build] Build `offline` smoke test for Linux
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |