ggml : Fix backtrace breaking Windows build (#3203)

This commit is contained in:
Daniel Tang 2025-05-29 06:26:58 -04:00 committed by GitHub
parent ca890f566f
commit 4d18e52f55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,7 +200,7 @@ void ggml_print_backtrace(void) {
}
}
#else
static void ggml_print_backtrace(void) {
void ggml_print_backtrace(void) {
// platform not supported
}
#endif