fix build and run on OpenBSD (#6050)
This commit is contained in:
@@ -60,7 +60,7 @@ u32 Locale_IsRegionNative(void);
|
||||
void _assert(const char* exp, const char* file, s32 line);
|
||||
#elif defined(__linux__)
|
||||
void __assert(const char* exp, const char* file, s32 line) __THROW;
|
||||
#elif !defined(__APPLE__) && !defined(__SWITCH__)
|
||||
#elif !defined(__APPLE__) && !defined(__SWITCH__) && !defined(__OpenBSD__)
|
||||
void __assert(const char* exp, const char* file, s32 line);
|
||||
#endif
|
||||
#if defined(__APPLE__) && defined(NDEBUG)
|
||||
|
||||
Reference in New Issue
Block a user