Tweak the Unreal profile
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>
Wed, 19 Jul 2017 00:02:12 +0000 (20:02 -0400)
committerMarek Safar <marek.safar@gmail.com>
Thu, 20 Jul 2017 15:52:39 +0000 (17:52 +0200)
configure.ac

index b14ee03463ca4ae4dee7aba63fe7d58846d91a2c..528bb0f0532d3d55d0a365a5b54de17a30056086 100644 (file)
@@ -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"