Add environment variable access defines to SDL linux build config

This commit is contained in:
DanielSnd
2025-07-06 15:08:10 -03:00
parent f92f1ce9c0
commit 71e498509d

View File

@ -87,6 +87,9 @@
#ifdef __linux__ #ifdef __linux__
#define HAVE_INOTIFY 1 #define HAVE_INOTIFY 1
#define HAVE_INOTIFY_INIT1 1 #define HAVE_INOTIFY_INIT1 1
#define HAVE_GETENV 1
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1
#endif #endif
// TODO: handle dynamic loading with SOWRAP_ENABLED // TODO: handle dynamic loading with SOWRAP_ENABLED