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 /scripts | |
parent | 06ccc0757ba06db40b09e68cf4e6515029b7e694 (diff) | |
download | qtlocation-mapboxgl-9413c41ba34342bf5928260395b36f44b8c2c90e.tar.gz |
[build] Build `offline` smoke test for Linux
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/main.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/main.mk b/scripts/main.mk index b2ba014984..17ddbe9a6a 100644 --- a/scripts/main.mk +++ b/scripts/main.mk @@ -78,6 +78,7 @@ GYP_FLAGS += -Dasset_lib=$(ASSET) GYP_FLAGS += -Dheadless_lib=$(HEADLESS) GYP_FLAGS += -Dtest=$(BUILD_TEST) GYP_FLAGS += -Drender=$(BUILD_RENDER) +GYP_FLAGS += -Doffline=$(BUILD_OFFLINE) GYP_FLAGS += -Dcxx_host=$(CXX_HOST) GYP_FLAGS += --depth=. GYP_FLAGS += -Goutput_dir=. |