Skip to content

Commit

Permalink
Alias target explicitly as a source
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkoziej committed Feb 13, 2024
1 parent ed92c4d commit aa9a594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site_scons/site_tools/Component.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def Component(env, target, config):

name = config['metadata']['name']

return env.Phony(f'component:{name}', target)
return env.Alias(f'component:{name}', target, '')


def generate(env):
Expand Down

0 comments on commit aa9a594

Please sign in to comment.