1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13:54:14 +01:00

Maybe fix Mac build

This commit is contained in:
Nick Hastings 2023-09-27 20:11:21 -04:00
parent 458090eec6
commit 6196318f52

View File

@ -281,6 +281,7 @@ mm_GetGameName(char *buffer, size_t size)
if (mm_ResolvePath("libtier0.so", tier0_path, sizeof(tier0_path), false))
#elif defined __APPLE__
if (mm_ResolvePath("libtier0.dylib", tier0_path, sizeof(tier0_path), false))
#else
#error unsupported platform
#endif
{