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:
authorRodrigo Kumpera <kumpera@gmail.com>2017-11-03 01:58:48 +0300
committerRodrigo Kumpera <kumpera@gmail.com>2017-11-03 01:58:48 +0300
commita0687c199c853a16ceb8b35a95a7e6a11433c9e9 (patch)
tree47c55c60087571cccf6e913dab40390cab340b1c /runtime
parentdb00ae8496a536c3d76bd822411165e9370ab6b4 (diff)
[wasm] Build the wasm profile is it was configured in.
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 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