mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-29 00:04:27 +00:00
mustdie
This commit is contained in:
parent
adbe75007a
commit
05978bfde1
@ -358,7 +358,11 @@ bool FileSystem_GetExecutableDir( char *exedir, int exeDirLen )
|
|||||||
Q_FixSlashes( exedir );
|
Q_FixSlashes( exedir );
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
# ifdef POSIX
|
||||||
Q_strncpy( exedir, LIBDIR, exeDirLen );
|
Q_strncpy( exedir, LIBDIR, exeDirLen );
|
||||||
|
# else
|
||||||
|
exedir = "bin";
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user