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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-07-19 03:02:12 +0300
committerMarek Safar <marek.safar@gmail.com>2017-07-20 18:52:39 +0300
commitd3b855819008eedbd5720eb063e1c9beafda1191 (patch)
tree2e69488543e5aac95f0d3723bd01e51bf50114fa /configure.ac
parentb1aa5c00747a08879dd0e1a43f0adb38c4dcb19c (diff)
Tweak the Unreal profile
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b14ee03463c..528bb0f0532 100644
--- a/configure.ac
+++ b/configure.ac
@@ -816,7 +816,7 @@ AC_ARG_WITH(orbis, [ --with-orbis=yes,no If you w
AC_ARG_WITH(unreal, [ --with-unreal=yes,no If you want to build the Unreal assemblies (defaults to no)], [], [with_unreal=default])
-AC_ARG_WITH(runtime_preset, [ --with-runtime_preset=net_4_x,all,aot,hybridaot,fullaot,bitcode Which default profile to build (defaults to net_4_x)], [], [with_runtime_preset=net_4_x])
+AC_ARG_WITH(runtime_preset, [ --with-runtime_preset=net_4_x,all,aot,hybridaot,fullaot,bitcode,unreal Which default profile to build (defaults to net_4_x)], [], [with_runtime_preset=net_4_x])
dnl
dnl Profile defaults
@@ -928,11 +928,11 @@ elif test x$with_runtime_preset = xorbis; then
elif test x$with_runtime_preset = xunreal; then
DISABLE_MCS_DOCS_default=yes
with_unreal_default=yes
- TEST_PROFILE=ounreal
+ TEST_PROFILE=unreal
mono_feature_disable_com='yes'
mono_feature_disable_remoting='yes'
- mono_feature_disable_appdomains='yes'
+ mono_feature_disable_appdomains='no'
AOT_BUILD_FLAGS="--runtime=mobile --aot=hybrid,$INVARIANT_AOT_OPTIONS"
AOT_RUN_FLAGS="--runtime=mobile --hybrid-aot"