Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Feb 23, 2024
1 parent 0ffa111 commit 2c2cd39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aedi/target/special.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def build(self, state: BuildState):
entry,
]
build_args += shlex.split(pkg_config_output)
build_args += shlex.split(state.linker_flags())

if state.verbose:
print(' '.join(str(arg) for arg in build_args))
Expand Down

0 comments on commit 2c2cd39

Please sign in to comment.