mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 15:47:55 +00:00
engine: fix build
This commit is contained in:
parent
8a4239d48d
commit
4eab7d6503
@ -119,11 +119,11 @@ static void COM_GenerateServerLibraryPath( char *out, size_t size )
|
|||||||
char *ext;
|
char *ext;
|
||||||
|
|
||||||
#if XASH_WIN32
|
#if XASH_WIN32
|
||||||
Q_strncpy( dllpath, GI->game_dll, sizeof( dllname ) );
|
Q_strncpy( dllpath, GI->game_dll, sizeof( dllpath ) );
|
||||||
#elif XASH_APPLE
|
#elif XASH_APPLE
|
||||||
Q_strncpy( dllpath, GI->game_dll_osx, sizeof( dllname ) );
|
Q_strncpy( dllpath, GI->game_dll_osx, sizeof( dllpath ) );
|
||||||
#else // XASH_APPLE
|
#else // XASH_APPLE
|
||||||
Q_strncpy( dllpath, GI->game_dll_linux, sizeof( dllname ) );
|
Q_strncpy( dllpath, GI->game_dll_linux, sizeof( dllpath ) );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ext = COM_FileExtension( dllpath );
|
ext = COM_FileExtension( dllpath );
|
||||||
|
Loading…
Reference in New Issue
Block a user