Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2018-07-11 02:00:18 +0300
committerAlexis Christoforides <alexis@thenull.net>2018-08-23 06:31:57 +0300
commite2e3d67c948250b4e4d16cc459ce9269dbb29457 (patch)
tree07e9a367a154a6dcd1eb6b7124c90da17eafbf3e /sdks/builds/ios.mk
parentc72823b085c9396bfb94927b7feb2e1e6569f889 (diff)
[System.Native] Build a reduced library on Android and iOS
Diffstat (limited to 'sdks/builds/ios.mk')
-rw-r--r--sdks/builds/ios.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdks/builds/ios.mk b/sdks/builds/ios.mk
index a8b2b5aff66..e5a7bb9fea0 100644
--- a/sdks/builds/ios.mk
+++ b/sdks/builds/ios.mk
@@ -135,8 +135,8 @@ tvos_sysroot = -isysroot $(XCODE_DIR)/Platforms/AppleTVOS.platform/Developer/SDK
watchos_sysroot = -isysroot $(XCODE_DIR)/Platforms/WatchOS.platform/Developer/SDKs/WatchOS$(WATCH_VERSION).sdk -mwatchos-version-min=$(WATCHOS_VERSION_MIN)
# explicitly disable dtrace, since it requires inline assembly, which is disabled on AppleTV (and mono's configure.ac doesn't know that (yet at least))
-ios-targettv_CONFIGURE_FLAGS = --enable-dtrace=no $(BITCODE_CONFIGURE_FLAGS)
-ios-targetwatch_CONFIGURE_FLAGS = --enable-cooperative-suspend $(BITCODE_CONFIGURE_FLAGS)
+ios-targettv_CONFIGURE_FLAGS = --enable-dtrace=no $(BITCODE_CONFIGURE_FLAGS) --with-monotouch-tv
+ios-targetwatch_CONFIGURE_FLAGS = --enable-cooperative-suspend $(BITCODE_CONFIGURE_FLAGS) --with-monotouch-watch
ios-target32_SYSROOT = $(ios_sysroot)
ios-target32s_SYSROOT = $(ios_sysroot)