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:
-rw-r--r--runtime/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 2cd119314fe..6b8ad637282 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -72,6 +72,10 @@ if INSTALL_UNREAL
build_profiles += unreal
endif
+if INSTALL_WASM
+build_profiles += wasm
+endif
+
test_profiles = $(filter-out binary_reference_assemblies monodroid_tools,$(build_profiles))
if BUILD_MCS