Skip to content

Commit

Permalink
wip [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Mar 9, 2024
1 parent 5aae835 commit 7fc471e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aedi/target/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ def configure(self, state: BuildState):
args += opts.to_list(CommandLineOptions.CMAKE_RULES)
args.append(state.source / self.src_root)

print(args)
subprocess.run(args, check=True, cwd=state.build_path, env=state.environment)

def build(self, state: BuildState):
Expand Down

0 comments on commit 7fc471e

Please sign in to comment.