machdyne_krote: Fix build.
This commit is contained in:
parent
7f234db35e
commit
cf030402d4
|
@ -122,7 +122,8 @@ def main():
|
|||
**soc_core_argdict(args)
|
||||
)
|
||||
builder = Builder(soc, **builder_argdict(args))
|
||||
builder.build(run=args.build)
|
||||
if args.build:
|
||||
builder.build()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue