[mono] Disable cfgdir config on Windows netcore builds (#40005)
authorRyan Lucia <rylucia@microsoft.com>
Wed, 29 Jul 2020 09:19:08 +0000 (05:19 -0400)
committerGitHub <noreply@github.com>
Wed, 29 Jul 2020 09:19:08 +0000 (11:19 +0200)
This was already disabled with autotools, but I forgot to update winconfig.h as well.

src/mono/winconfig.h

index f062d0a..7d429a8 100644 (file)
@@ -67,6 +67,9 @@
 #ifndef DISABLE_DLLMAP
 #define DISABLE_DLLMAP 1
 #endif
+#ifndef DISABLE_CFGDIR_CONFIG
+#define DISABLE_CFGDIR_CONFIG 1
+#endif
 #endif
 
 /* Disable runtime state dumping */