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-07-27 10:38:43 +0300
commit1e9be63015ee88ec2e7ca6d92c22904902989440 (patch)
tree11cb57680ea86523f37c81862dea4ac2a29a0df9 /sdks/builds/ios.mk
parent889132b92c025198c4aac0225925117d0ffb2bdb (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 5495c1921a3..57c0467b7d8 100644
--- a/sdks/builds/ios.mk
+++ b/sdks/builds/ios.mk
@@ -133,8 +133,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)