Merge pull request #109283 from Nintorch/master
Fix C# environment variables access on Linux (SDL-related bug)
This commit is contained in:
@ -87,9 +87,11 @@
|
||||
#ifdef __linux__
|
||||
#define HAVE_INOTIFY 1
|
||||
#define HAVE_INOTIFY_INIT1 1
|
||||
#define HAVE_GETENV 1
|
||||
#define HAVE_SETENV 1
|
||||
#define HAVE_UNSETENV 1
|
||||
// Don't add these defines, for some reason they mess with C#'s ability
|
||||
// to use environment variables (see GH-109024)
|
||||
//#define HAVE_GETENV 1
|
||||
//#define HAVE_SETENV 1
|
||||
//#define HAVE_UNSETENV 1
|
||||
#endif
|
||||
|
||||
#ifdef DBUS_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user