mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
meson: rename cpp_cmd to cxx_cmd
cpp is a really bad alias for c++ because it's also the name of the preprocessor. Let's rename the variable.
This commit is contained in:
@@ -9,7 +9,7 @@ sanitize_address = custom_target(
|
||||
'fuzzers',
|
||||
'-Db_lundef=false -Db_sanitize=address',
|
||||
' '.join(cc.cmd_array()),
|
||||
cpp_cmd])
|
||||
cxx_cmd])
|
||||
|
||||
sanitizers = [['address', sanitize_address]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user