1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Rename TRACE_CLIENT_LIBUNWIND_BACKTRACE to TRACY_LIBUNWIND_BACKTRACE.

This commit is contained in:
Bartosz Taudul
2023-12-21 14:07:44 +01:00
parent 04aa19a3f3
commit e7b9bffbbd
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ if get_option('tracy_no_crash_handler')
endif
if get_option('tracy_libunwind_backtrace')
tracy_common_args += ['-DTRACE_CLIENT_LIBUNWIND_BACKTRACE']
tracy_common_args += ['-DTRACY_LIBUNWIND_BACKTRACE']
tracy_public_deps += dependency('libunwind')
endif