summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsvidyuk <[email protected]>2025-08-04 08:07:56 +0300
committersvidyuk <[email protected]>2025-08-04 08:25:39 +0300
commitff3a97061dfac561c329c86b3022e304fa50b7aa (patch)
tree82e0856720f02c6e97ee5fad85d9d9691055e402
parentb29e1a14d3e01fc7effa95a223cb2e41a1520cd6 (diff)
Correctly pass named array in union explicit outs command
commit_hash:659df4062d33f9030f67ec027649a910d1e6ce0d
-rw-r--r--build/ymake.core.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index fb43dfd7e3f..5dc352be5fe 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -2407,7 +2407,7 @@ module UNION: _BASE_UNIT {
DISABLE(_NEED_SBOM_INFO)
UNION_OUTS=${hide;late_out:AUTO_INPUT}
when ($_UNION_EXPLICIT_OUTPUTS) {
- UNION_OUTS=$_EXPAND_INS_OUTS($_UNION_EXPLICIT_OUTPUTS)
+ UNION_OUTS=$_EXPAND_INS_OUTS(FILES $_UNION_EXPLICIT_OUTPUTS)
}
SET(_COPY_FILE_CONTEXT TEXT)
}