mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-31 20:10:32 +00:00
aedi: fix erroneously commented code
This commit is contained in:
parent
0379e35eef
commit
97868f324a
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@ class Builder(object):
|
|||
state = self._state
|
||||
|
||||
target.configure(state)
|
||||
# target.build(state)
|
||||
# target.post_build(state)
|
||||
target.build(state)
|
||||
target.post_build(state)
|
||||
|
||||
def _build_multiple_platforms(self, base_target: Target):
|
||||
assert base_target.multi_platform
|
||||
|
|
Loading…
Reference in a new issue