From 729bd4e45d30fe617abb073bf3b6c0d1aa2de088 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Thu, 20 Dec 2018 14:19:15 +0100 Subject: Bootstraps netcore build (#12120) This does not build but puts placeholders for syncing in place --- runtime/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime') 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) -- cgit v1.2.3