Skip to content

Commit

Permalink
orfs_flow: sources can expand to multiple files
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Feb 1, 2025
1 parent ea12bad commit f11fbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ def get_stage_args(stage, stage_arguments, arguments, sources):
"""
unsorted_dict = (
{
arg: " ".join(_map(lambda v: "$(location {})".format(v), value))
arg: " ".join(_map(lambda v: "$(locations {})".format(v), value))
for arg, value in sources.items()
if arg in ALL_STAGE_TO_VARIABLES[stage] or arg not in ALL_VARIABLE_TO_STAGES
} | {
Expand Down

0 comments on commit f11fbdb

Please sign in to comment.