mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix meson nopsleds option
It was missing from meson_options.txt breaking the build, and had an outdated name.
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ if get_option('tracy_no_system_tracing')
|
||||
add_project_arguments('-DTRACY_NO_SYSTEM_TRACING', language : 'cpp')
|
||||
endif
|
||||
|
||||
if get_option('tracy_no_extra_nopsleds')
|
||||
if get_option('tracy_patchable_nopsleds')
|
||||
add_project_arguments('-DTRACY_PATCHABLE_NOPSLEDS', language : 'cpp')
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user