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:
authorMarek Safar <marek.safar@gmail.com>2019-07-24 23:48:58 +0300
committerMarek Safar <marek.safar@gmail.com>2019-07-26 17:52:58 +0300
commit044982b390514a134a4e7d479d16d96107455a81 (patch)
tree9307ba4f85fd2497e51b3bdf4e48356e34f9b736 /mcs/class/System
parentb4c5d68c2852272b393d71e49e4cb30106b1ac79 (diff)
[wasm] Remove assemblies we don't want to distribute
Diffstat (limited to 'mcs/class/System')
-rw-r--r--mcs/class/System/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System/Makefile b/mcs/class/System/Makefile
index fe9de278703..f3252e4cc32 100644
--- a/mcs/class/System/Makefile
+++ b/mcs/class/System/Makefile
@@ -27,7 +27,7 @@ XTEST_RESOURCE_FILES = \
Test/TestData/testservereku.contoso.com.pfx
USE_XTEST_REMOTE_EXECUTOR = YES
-XTEST_LIB_REFS = System System.Core System.Net Facades/System.Threading.Tasks Facades/System.Runtime.InteropServices.RuntimeInformation System.Net.Http
+XTEST_LIB_REFS = System System.Core Facades/System.Threading.Tasks Facades/System.Runtime.InteropServices.RuntimeInformation System.Net.Http
LIB_MCS_FLAGS = -d:COREFX -d:CONFIGURATION_2_0 -d:SYSTEM_NET_PRIMITIVES_DLL -d:XML_DEP -d:SECURITY_DEP $(REFERENCE_SOURCES_FLAGS) -unsafe $(RESOURCE_FILES:%=-resource:%) -nowarn:436
XTEST_MCS_FLAGS += $(XTEST_RESOURCE_FILES:%=-resource:%)