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:
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 3a84c023237..154240d758d 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -68,6 +68,10 @@ if INSTALL_WINAOT
build_profiles += winaot
endif
+if INSTALL_TESTING_WINAOT_INTERP
+build_profiles += testing_winaot_interp
+endif
+
if INSTALL_XAMMAC
build_profiles += xammac xammac_net_4_5
endif