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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user