Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[mono] Disable cfgdir config on Windows netcore builds
This was already disabled with autotools, but I forgot to update winconfig.h as well.
  • Loading branch information
CoffeeFlux committed Jul 28, 2020
commit 91d8c1db0fc845cb4a8f533695aa8569a1ab581d
3 changes: 3 additions & 0 deletions src/mono/winconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down