Skip to content

Commit e5f149b

Browse files
authored
[mono] Disable cfgdir config on Windows netcore builds (#40005)
This was already disabled with autotools, but I forgot to update winconfig.h as well.
1 parent 6ab00b4 commit e5f149b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mono/winconfig.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
#ifndef DISABLE_DLLMAP
6868
#define DISABLE_DLLMAP 1
6969
#endif
70+
#ifndef DISABLE_CFGDIR_CONFIG
71+
#define DISABLE_CFGDIR_CONFIG 1
72+
#endif
7073
#endif
7174

7275
/* Disable runtime state dumping */

0 commit comments

Comments
 (0)