mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-18 22:41:58 +00:00
WIP: musl port
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
#define COMPILER_GCC 1
|
||||
#endif
|
||||
|
||||
#ifdef __GLIBC__
|
||||
#define PLATFORM_GLIBC 1
|
||||
#endif
|
||||
|
||||
#ifdef __clang__
|
||||
#define COMPILER_CLANG 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user