diff options
| -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 |
