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>2021-11-20 00:37:14 +0300
committerGitHub <noreply@github.com>2021-11-20 00:37:14 +0300
commit0339fe117122821856d94dcaa0b08ab966b7ecb2 (patch)
treefb7472e199222f8819ea14f194d895141fe9c936 /runtime
parentf11a3a4bbc36b2a18af0077cc53e7cee517615f7 (diff)
Remove netcore sources and arcade eng/common files (#21315)
They are no longer needed here.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 9e29cb58e33..d29429917f9 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -90,10 +90,6 @@ if INSTALL_WASM
build_profiles += wasm wasm_tools
endif
-if ENABLE_NETCORE
-build_profiles += netcore
-endif
-
test_profiles = $(filter-out binary_reference_assemblies monodroid_tools wasm_tools,$(build_profiles))
MAKE_FLAGS=$(if $(V),,--no-print-directory -s)