Skip to content

Commit

Permalink
wip: decouple build and run
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Jan 7, 2025
1 parent c452860 commit 828013b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edalize/tools/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def setup(self, edam):
["./" + binary_name, "$(EXTRA_OPTIONS)"]
+ self.tool_options.get("run_options", []),
["run"],
[binary_name],
[],
)
self.commands.set_default_target(binary_name)

Expand Down

0 comments on commit 828013b

Please sign in to comment.