Skip to content

Commit

Permalink
aedi: take relative source path into account when installing configur…
Browse files Browse the repository at this point in the history
…e+make dependency target
  • Loading branch information
alexey-lysiuk committed Jan 3, 2024
1 parent 33212d8 commit 1a1f1de
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 @@ -441,6 +441,7 @@ def __init__(self, name=None):
super().__init__(name)

def post_build(self, state: BuildState):
state.build_path /= self.src_root
self.install(state)


Expand Down

0 comments on commit 1a1f1de

Please sign in to comment.