Visual Studio doesn't like abort() chains
Let's limit this test to systems this has been tested on for the time being.
This commit is contained in:
parent
6768d82ea2
commit
63cbad7506
@ -33,7 +33,7 @@ sigabrt_handler_1(int sig)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
#if defined(SIGABRT) && !defined(__EMSCRIPTEN__) && !defined(__native_client__)
|
||||
#if defined(SIGABRT) && (defined(__APPLE__) || defined(__OpenBSD__))
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user