This commit is contained in:
Er2 2023-05-01 22:04:50 +03:00
parent adbe75007a
commit 05978bfde1

View File

@ -358,7 +358,11 @@ bool FileSystem_GetExecutableDir( char *exedir, int exeDirLen )
Q_FixSlashes( exedir );
}
# endif
# ifdef POSIX
Q_strncpy( exedir, LIBDIR, exeDirLen );
# else
exedir = "bin";
# endif
#endif
return true;