Fix Linux build

This commit is contained in:
2024-10-28 22:25:19 +01:00
parent 9337d8bc3c
commit 46cc6bfc5f

View File

@ -5,7 +5,7 @@
#if ASL_COMPILER_CLANG_CL
#define ASL_DEBUG_BREAK() __debugbreak()
#elif ASL_COMPILER_CLANG
#define ASL_DEBUG_BREAK() __builtin_debug_trap()
#define ASL_DEBUG_BREAK() __builtin_debugtrap()
#endif
#define ASL_ASSERT(...) \