mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 20:58:31 +09:00
[Chore]: fix compilation in gcc
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
#elif __clang__
|
||||
#define TRAP __builtin_debugtrap()
|
||||
#else
|
||||
#include <signal.h>
|
||||
#define TRAP raise(SIGTRAP)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user