1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-31 20:52:18 +01:00

Fixed linux build (bug 5522).

This commit is contained in:
Nicholas Hastings 2012-10-26 16:15:10 -04:00
parent 1978c586f0
commit b518d1e372

View File

@ -90,6 +90,9 @@ static const char *backend_names[] =
#elif defined __APPLE__
#define LIBRARY_EXT ".dylib"
#define LIBRARY_MINEXT ".dylib"
#elif defined __linux__
#define LIBRARY_EXT LIB_SUFFIX
#define LIBRARY_MINEXT ".so"
#endif
bool