mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-30 23:18:29 +00:00
use SDL's functions version inplace of libc version
This commit is contained in:
@@ -82,7 +82,7 @@ readSymLink(const char *path)
|
||||
#if defined(__OPENBSD__)
|
||||
static char *search_path_for_binary(const char *bin)
|
||||
{
|
||||
char *envr = getenv("PATH");
|
||||
char *envr = SDL_getenv("PATH");
|
||||
size_t alloc_size;
|
||||
char *exe = NULL;
|
||||
char *start = envr;
|
||||
|
Reference in New Issue
Block a user