Browse Source

Fix broken CSA macro

nechda 1 year ago
parent
commit
19dfab5245
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/ymake.core.conf

+ 1 - 1
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