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:
authorRadek Doulik <rodo@xamarin.com>2017-12-13 23:10:56 +0300
committerMarek Safar <marek.safar@gmail.com>2017-12-20 17:31:21 +0300
commit1359c52fc6e117b79eb030678cbd36a95d179846 (patch)
tree4f8a05aec33f7911c3c7ac03f1a0d5d1902a9cec
parentce89e4c5fa46a4d8225f43339fab0b0574f81cfe (diff)
[monodroid] Build linker-analyzer tool for monodroidmono-5.8.0.103
We would like to include linker analyzer in the Xamarin.Android installation (https://github.com/xamarin/xamarin-android/issues/1093)
-rw-r--r--mcs/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tools/Makefile b/mcs/tools/Makefile
index 09db25649e7..719333e6cf1 100644
--- a/mcs/tools/Makefile
+++ b/mcs/tools/Makefile
@@ -50,7 +50,7 @@ net_4_5_dirs := \
linker-analyzer
build_SUBDIRS = resgen gacutil security culevel cil-stringreplacer commoncryptogenerator resx2sr linker
-monodroid_tools_SUBDIRS = cil-strip mkbundle mdoc mono-symbolicate
+monodroid_tools_SUBDIRS = cil-strip linker-analyzer mkbundle mdoc mono-symbolicate
net_4_5_SUBDIRS = gacutil
net_4_x_SUBDIRS = gacutil
net_4_5_PARALLEL_SUBDIRS = $(net_4_5_dirs)