From d4fad79312e04bbae7d3d7daff5867d6ddac5cfb Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Thu, 23 Mar 2017 14:55:37 +0100 Subject: [PATCH] [mono-runtimes] add mkbundle.exe to the bundle - so that we don't have to build it in the monodroid --- build-tools/bundle/bundle-path.targets | 2 +- build-tools/mono-runtimes/mono-runtimes.targets | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build-tools/bundle/bundle-path.targets b/build-tools/bundle/bundle-path.targets index 7dfcc9e4226..da7bd24e0fa 100644 --- a/build-tools/bundle/bundle-path.targets +++ b/build-tools/bundle/bundle-path.targets @@ -24,7 +24,7 @@ - bundle-v13-$(Configuration)-$(HostOS)-libzip=$(_LibZipHash),llvm=$(_LlvmHash),mono=$(_MonoHash).zip + bundle-v14-$(Configuration)-$(HostOS)-libzip=$(_LibZipHash),llvm=$(_LlvmHash),mono=$(_MonoHash).zip diff --git a/build-tools/mono-runtimes/mono-runtimes.targets b/build-tools/mono-runtimes/mono-runtimes.targets index f73dde1dfdf..70db99465aa 100644 --- a/build-tools/mono-runtimes/mono-runtimes.targets +++ b/build-tools/mono-runtimes/mono-runtimes.targets @@ -93,6 +93,7 @@ <_MonoUtility Include="mono-symbolicate.exe" /> + <_MonoUtility Include="mkbundle.exe" /> <_MonoUtilitySource Include="@(_MonoUtility->'$(_MonoOutputDir)\%(Identity)')" />