diff --git a/core/debug/trace/trace_cpp.odin b/core/debug/trace/trace_cpp.odin index 1a96ee112..4828b207e 100644 --- a/core/debug/trace/trace_cpp.odin +++ b/core/debug/trace/trace_cpp.odin @@ -8,7 +8,7 @@ import "core:strings" import "core:c" // NOTE: Relies on C++23 which adds and becomes ABI and that can be used -foreign import stdcpplibbacktrace "system:stdc++_libbacktrace" +foreign import stdcpplibbacktrace "system:stdc++exp" foreign import libdl "system:dl" @@ -191,4 +191,4 @@ _resolve :: proc(ctx: ^Context, frame: Frame, allocator: runtime.Allocator) -> F ) return btc.frame -} \ No newline at end of file +}