From 71e498509d41aba345db42380eb134efc17e1f92 Mon Sep 17 00:00:00 2001 From: DanielSnd Date: Sun, 6 Jul 2025 15:08:10 -0300 Subject: [PATCH] Add environment variable access defines to SDL linux build config --- drivers/sdl/SDL_build_config_private.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/sdl/SDL_build_config_private.h b/drivers/sdl/SDL_build_config_private.h index a7f8d08488d..b95597031d8 100644 --- a/drivers/sdl/SDL_build_config_private.h +++ b/drivers/sdl/SDL_build_config_private.h @@ -87,6 +87,9 @@ #ifdef __linux__ #define HAVE_INOTIFY 1 #define HAVE_INOTIFY_INIT1 1 +#define HAVE_GETENV 1 +#define HAVE_SETENV 1 +#define HAVE_UNSETENV 1 #endif // TODO: handle dynamic loading with SOWRAP_ENABLED