diff options
| author | nechda <[email protected]> | 2023-12-06 10:40:33 +0300 |
|---|---|---|
| committer | nechda <[email protected]> | 2023-12-06 11:15:50 +0300 |
| commit | 19dfab524551ce06a74e89eda1a7dd2c95663e9c (patch) | |
| tree | bedd3d35870b48f5b11a0eecb1b0e09eead39e0f | |
| parent | fb545bcd943c9662eea8291f65eec416cc97e36f (diff) | |
Fix broken CSA macro
| -rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 85cc808f2d7..47c4cc795b4 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -120,7 +120,7 @@ macro SELECT_CLANG_SA_CONFIG(config) { ### See example in market/report/csa_checks/static_analyzer_ymake.inc macro USE_SA_PLUGINS(FROM[], NAME[]) { PEERDIR($FROM) - SET_APPEND(CLANG_SA_PLUGINS ${${NAME}_RESOURCE_GLOBAL}/plugin.so) + SET_APPEND(CLANG_SA_PLUGINS ${suf=_RESOURCE_GLOBAL/plugin.so;pre=$:NAME}) } # Helper macro for unwrapping sequence of files |
