From 57d371e6ec136677c4293c6a1935bad56ea6b1e3 Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Mon, 13 Jul 2020 01:39:57 -0400 Subject: [PATCH] [mono] Disable config dir lookups on netcore (#38818) --- src/mono/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mono/configure.ac b/src/mono/configure.ac index bab7614..38f76cc 100644 --- a/src/mono/configure.ac +++ b/src/mono/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 -- 2.7.4