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:
authorLudovic Henry <ludovic@xamarin.com>2016-11-18 23:58:03 +0300
committerLudovic Henry <ludovic@xamarin.com>2016-11-22 18:32:15 +0300
commitd8693e0c73388503c06ebc009b753ef1488924af (patch)
tree0041a26e12d03e47b79a59d8bd2ad62f1bad93c8 /runtime
parentf1decc325fedc338edc64ed87b860cedb91d3ad8 (diff)
[profiles] Fix MOBILE assemblies and tests compilation + Rename MOBILE to AOT_HYBRID
This only fixes the compilation of the assemblies and the tests. This doesn't fix the failing tests or the crashes.
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 9ca31834655..3234eb2099a 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -48,6 +48,10 @@ if INSTALL_MONOTOUCH_TV
build_profiles += monotouch_tv monotouch_tv_runtime
endif
+if INSTALL_AOT_HYBRID
+build_profiles += aot_hybrid
+endif
+
if INSTALL_MOBILE_STATIC
build_profiles += mobile_static
endif