summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlf Watt <alf@istumbler.net>2019-03-21 17:20:43 -0700
committerJason Wray <friedbunny@users.noreply.github.com>2019-03-21 17:20:43 -0700
commita33aaceaa9f8a3ff7415af7046eedaf040326d3f (patch)
tree4427e454d249c335926b6052fc0b31650cb49edd /Makefile
parentd8712e880af483d1fe681cd36f32c0969d7dfc33 (diff)
downloadqtlocation-mapboxgl-a33aaceaa9f8a3ff7415af7046eedaf040326d3f.tar.gz
Update to `mapbox-events-ios` release `v0.9.1` (#14194)
MMENSDateWrapper -> MMEDate Add SKIP_DOCS flag to build pipeline for iOS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6aa414068..afbcd70d0f 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,8 @@ default: test
BUILD_DEPS += Makefile
BUILD_DEPS += CMakeLists.txt
+BUILD_DOCS ?= true
+
#### macOS targets ##############################################################
ifeq ($(HOST_PLATFORM), macos)
@@ -273,7 +275,7 @@ ipackage%:
.PHONY: iframework
iframework: $(IOS_PROJ_PATH)
- FORMAT=$(FORMAT) BUILD_DEVICE=$(BUILD_DEVICE) SYMBOLS=$(SYMBOLS) \
+ FORMAT=$(FORMAT) BUILD_DEVICE=$(BUILD_DEVICE) SYMBOLS=$(SYMBOLS) BUILD_DOCS=$(BUILD_DOCS) \
./platform/ios/scripts/package.sh
.PHONY: ideploy