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:
authorJay Krell <jaykrell@microsoft.com>2018-07-27 21:56:44 +0300
committerAlexis Christoforides <alexis@thenull.net>2018-07-27 23:39:10 +0300
commit5dfba39bfb1e2ead7e2e4cd79213fe08b1e98590 (patch)
tree852c9724733f037173b9e8f0d63e40dfac256c2a /sdks/builds/ios.mk
parentdaabbbdd8b3abb2f9a79b99a662b3d3cdd6943a6 (diff)
Revert "[System.Native] Build a reduced library on Android and iOS"
This reverts commit 1e9be63015ee88ec2e7ca6d92c22904902989440. It doesn't appear to been run through CI and does appear to be breaking things. https://github.com/mono/mono/issues/9776
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 57c0467b7d8..5495c1921a3 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) --with-monotouch-tv
-ios-targetwatch_CONFIGURE_FLAGS = --enable-cooperative-suspend $(BITCODE_CONFIGURE_FLAGS) --with-monotouch-watch
+ios-targettv_CONFIGURE_FLAGS = --enable-dtrace=no $(BITCODE_CONFIGURE_FLAGS)
+ios-targetwatch_CONFIGURE_FLAGS = --enable-cooperative-suspend $(BITCODE_CONFIGURE_FLAGS)
ios-target32_SYSROOT = $(ios_sysroot)
ios-target32s_SYSROOT = $(ios_sysroot)