diff options
author | Alf Watt <alf@istumbler.net> | 2019-03-21 17:20:43 -0700 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2019-03-21 17:20:43 -0700 |
commit | a33aaceaa9f8a3ff7415af7046eedaf040326d3f (patch) | |
tree | 4427e454d249c335926b6052fc0b31650cb49edd /Makefile | |
parent | d8712e880af483d1fe681cd36f32c0969d7dfc33 (diff) | |
download | qtlocation-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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |