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>2018-12-20 16:19:15 +0300
committerGitHub <noreply@github.com>2018-12-20 16:19:15 +0300
commit729bd4e45d30fe617abb073bf3b6c0d1aa2de088 (patch)
tree46c5a13e9e8c6aade0db5dd73a8a833523a51f39 /runtime
parentd6a9dc0a501a9dde43acc595fd821c2c8bed174d (diff)
Bootstraps netcore build (#12120)
This does not build but puts placeholders for syncing in place
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 0ba589b7949..6452b58b216 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -84,6 +84,10 @@ if INSTALL_WASM
build_profiles += wasm wasm_tools
endif
+if INSTALL_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)