mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
util/log: prefix WLR_REL_SRC_DIR with underscore
Just like _WLR_FILENAME and _WLR_ATTRIB_PRINTF, this makes it more obvious that this isn't part of our API.
This commit is contained in:
parent
af5cc860e1
commit
cab47d33e2
2 changed files with 3 additions and 3 deletions
|
|
@ -80,7 +80,7 @@ if cc.has_argument('-fmacro-prefix-map=/prefix/to/hide=')
|
|||
)
|
||||
else
|
||||
add_project_arguments(
|
||||
'-DWLR_REL_SRC_DIR="@0@"'.format(relative_dir),
|
||||
'-D_WLR_REL_SRC_DIR="@0@"'.format(relative_dir),
|
||||
language: 'c',
|
||||
)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue