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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-04-16 14:32:25 +0300
committerMarek Safar <marek.safar@gmail.com>2019-05-27 10:28:00 +0300
commit989ea4923963c14828304472a57630c7565dcc08 (patch)
treeb86b8dfa5759351bd65c729c7901a3414107c7f3 /mcs/class/System
parente2a21cbac3e4739c1383c06b75d45322843b686b (diff)
[System] Fix monotouch_runtime repl assemblies
They were missing some exclude files that caused unnecessary p/invokes to be retained. Fixes https://github.com/mono/mono/issues/13526
Diffstat (limited to 'mcs/class/System')
-rw-r--r--mcs/class/System/monotouch_runtime_System.dll.exclude.sources2
-rw-r--r--mcs/class/System/monotouch_tv_runtime_System.dll.exclude.sources2
2 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System/monotouch_runtime_System.dll.exclude.sources b/mcs/class/System/monotouch_runtime_System.dll.exclude.sources
new file mode 100644
index 00000000000..1113be8363a
--- /dev/null
+++ b/mcs/class/System/monotouch_runtime_System.dll.exclude.sources
@@ -0,0 +1,2 @@
+#include monotouch_System.dll.exclude.sources
+
diff --git a/mcs/class/System/monotouch_tv_runtime_System.dll.exclude.sources b/mcs/class/System/monotouch_tv_runtime_System.dll.exclude.sources
new file mode 100644
index 00000000000..1113be8363a
--- /dev/null
+++ b/mcs/class/System/monotouch_tv_runtime_System.dll.exclude.sources
@@ -0,0 +1,2 @@
+#include monotouch_System.dll.exclude.sources
+