aedi: take relative source path into account when installing configure+make dependency target

This commit is contained in:
alexey.lysiuk 2024-01-03 12:57:56 +02:00
parent 33212d8acc
commit 1a1f1debf1
1 changed files with 1 additions and 0 deletions

View File

@ -441,6 +441,7 @@ class ConfigureMakeDependencyTarget(ConfigureMakeTarget):
super().__init__(name)
def post_build(self, state: BuildState):
state.build_path /= self.src_root
self.install(state)