diff --git a/deps/ox/src/ox/std/assert.cpp b/deps/ox/src/ox/std/assert.cpp index 53843519..3ac0fe42 100644 --- a/deps/ox/src/ox/std/assert.cpp +++ b/deps/ox/src/ox/std/assert.cpp @@ -33,7 +33,7 @@ void panic(StringViewCR file, int const line, StringViewCR panicMsg, Error const #endif } -#if __GNUC__ +#if __GNUC__ && !_WIN32 __attribute__((weak)) #endif void panic(const char *file, int const line, char const*panicMsg, Error const&err) noexcept {