WIP: musl port

This commit is contained in:
nillerusr
2023-04-24 22:39:09 +00:00
parent ba695d2092
commit 699271f212
57 changed files with 24 additions and 2346 deletions
+4
View File
@@ -17,6 +17,10 @@
#define COMPILER_GCC 1
#endif
#ifdef __GLIBC__
#define PLATFORM_GLIBC 1
#endif
#ifdef __clang__
#define COMPILER_CLANG 1
#endif