|
@@ -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
|