mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user