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