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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-12-20 21:29:39 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-12-20 21:29:54 +0300
commit342d23b74d8bd184584d00ef3336e399542ea31f (patch)
tree0499580cba5227c461edf4b25ddad48ce4ea7a27 /runtime
parent409834378981afd7a5f63e783b89d093f0a0ce3c (diff)
[bcl] Rename aot_hybrid profile to testing_aot_hybrid
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index d9fcbdac16b..fa969c3c958 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -48,8 +48,8 @@ if INSTALL_MONOTOUCH_TV
build_profiles += monotouch_tv monotouch_tv_runtime
endif
-if INSTALL_AOT_HYBRID
-build_profiles += aot_hybrid
+if INSTALL_TESTING_AOT_HYBRID
+build_profiles += testing_aot_hybrid
endif
if INSTALL_TESTING_AOT_FULL