Skip to content

Commit f884f24

Browse files
committed
Merge pull request #108350 from DanielSnd/linux_sdl_env_variables_access
Add environment variable access defines to SDL linux build config
2 parents 843e869 + 71e4985 commit f884f24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/sdl/SDL_build_config_private.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
#ifdef __linux__
8888
#define HAVE_INOTIFY 1
8989
#define HAVE_INOTIFY_INIT1 1
90+
#define HAVE_GETENV 1
91+
#define HAVE_SETENV 1
92+
#define HAVE_UNSETENV 1
9093
#endif
9194

9295
// TODO: handle dynamic loading with SOWRAP_ENABLED

0 commit comments

Comments
 (0)