mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-26 09:24:28 +02:00
add OpenBSD to platforms using exit(3)
This commit is contained in:
committed by
Tamás Bálint Misius
parent
c174833734
commit
605c98c9f8
@@ -157,7 +157,7 @@ static void BlueScreen(String detailMessage, std::optional<std::vector<String>>
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Don't use Platform::Exit, we're practically zombies at this point anyway.
|
// Don't use Platform::Exit, we're practically zombies at this point anyway.
|
||||||
#if defined(__MINGW32__) || defined(__APPLE__) || defined(__EMSCRIPTEN__)
|
#if defined(__MINGW32__) || defined(__APPLE__) || defined(__EMSCRIPTEN__) || defined(__OpenBSD__)
|
||||||
// Come on...
|
// Come on...
|
||||||
exit(-1);
|
exit(-1);
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user