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>2017-10-27 13:48:31 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-27 20:48:59 +0300
commitf2e658cdcadf027a970fe0ebe9d5898caa76bd83 (patch)
tree0c72b4de6167364940150fee99f84f00e776b4ef /mcs/Makefile
parent6d9d804d622ac81ffaca0b947745de0e49a67782 (diff)
[build] Add wasm profile
Diffstat (limited to 'mcs/Makefile')
-rw-r--r--mcs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/Makefile b/mcs/Makefile
index 3b4fb20c46c..5cb377201fd 100644
--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -25,6 +25,7 @@ xbuild_14_SUBDIRS := build class tools/xbuild
winaot_SUBDIRS := build class
orbis_SUBDIRS := build class
unreal_SUBDIRS := build class
+wasm_SUBDIRS := build class
include build/rules.make
@@ -81,6 +82,7 @@ $(_boot_:%=profile-do--testing_aot_full--%): profile-do--testing_aot_fu
$(_boot_:%=profile-do--winaot--%): profile-do--winaot--%: profile-do--build--%
$(_boot_:%=profile-do--orbis--%): profile-do--orbis--%: profile-do--build--%
$(_boot_:%=profile-do--unreal--%): profile-do--unreal--%: profile-do--build--%
+$(_boot_:%=profile-do--wasm--%): profile-do--wasm--%: profile-do--build--%
$(_boot_:%=profile-do--build--%): profile-do--build--%: profile-do--basic--%
testcorlib: