Removed musl libc workaround inability to detect it via macros.

This commit is contained in:
Бранимир Караџић
2022-04-18 18:13:15 -07:00
parent ad018d47c6
commit d7ecac1706
2 changed files with 0 additions and 8 deletions

View File

@@ -13,7 +13,6 @@ BX_STATIC_ASSERT(false
|| BX_CRT_LIBCXX
|| BX_CRT_MINGW
|| BX_CRT_MSVC
|| BX_CRT_MUSL
|| BX_CRT_NEWLIB
);