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-10-25 16:13:46 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-25 16:13:46 +0300
commit7ec5a9af873aa178d098450861a9b45e49037257 (patch)
tree590a550334873f3d829f5db11cbcd615bc8dea0c /mcs/Makefile
parentcb467ff359737f5468f7c6104749e34c69f0dc9f (diff)
[build] Fixes wasm tools to run on desktop .net as well (#11351)
* [build] Fixes wasm tools to run on desktop .net as well Fixes #11326 * [csproj] Update project files
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 ebf2b845708..bb2688e7cec 100644
--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -25,6 +25,7 @@ winaot_SUBDIRS := build class
orbis_SUBDIRS := build class
unreal_SUBDIRS := build class
wasm_SUBDIRS := build class
+wasm_tools_SUBDIRS := build class tools
include build/rules.make
@@ -82,6 +83,7 @@ $(_boot_:%=profile-do--winaot--%): profile-do--winaot--%:
$(_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--wasm_tools--%): profile-do--wasm_tools--%: profile-do--build--%
testcorlib:
@cd class/corlib && $(MAKE) test run-test