Skip to content
Snippets Groups Projects
Commit f4a00951 authored by Ryan Gonzalez's avatar Ryan Gonzalez
Browse files

Unbreak 'runtimes' command after !15

parent 8094f28f
No related branches found
No related tags found
1 merge request!14Add several features used for the reference runtime
......@@ -624,7 +624,9 @@ class Builder:
self.strict = args.strict
self.sign_key = args.sign
self.sign_type = args.sign_type
self.fakeroot = args.fakeroot
if args.command == 'app':
self.fakeroot = args.fakeroot
if args.platform is None and args.sdk is None:
self.do_platform = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment