mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
aedi: take relative source path into account when installing configure+make dependency target
This commit is contained in:
parent
33212d8acc
commit
1a1f1debf1
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue