aedi: fix erroneously commented code

This commit is contained in:
alexey.lysiuk 2021-01-16 11:55:41 +02:00
parent 0379e35eef
commit 97868f324a

View file

@ -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