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:
authormonojenkins <jo.shields+jenkins@xamarin.com>2020-07-13 11:53:07 +0300
committerGitHub <noreply@github.com>2020-07-13 11:53:07 +0300
commit4456328a3e5aa0a518dcb3c5c5be43fdcf31bd19 (patch)
treebb0a8c06203125b0b7e60a525dfe5c7a8fafab7e /configure.ac
parentee3a669dc30689af8c8919afc61d226683a1aaa3 (diff)
[mono] Disable config dir lookups on netcore (#20074)
Fixes https://github.com/dotnet/runtime/issues/33079 Co-authored-by: CoffeeFlux <CoffeeFlux@users.noreply.github.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bab7614ef17..38f76cca856 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1409,6 +1409,7 @@ if test x$with_runtime_preset = xnetcore; then
mono_feature_disable_gac='yes'
mono_feature_disable_perfcounters='yes'
mono_feature_disable_attach='yes'
+ mono_feature_disable_cfgdir_config='yes'
if test "x$enable_monodroid" = "x" -a "x$enable_monotouch" = "x"; then
mono_feature_disable_dllmap='yes' # FIXME: the mobile products use this
fi