Skip to content
Snippets Groups Projects
Commit ca15ea43 authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Fix formatting

parent 8211df81
No related branches found
No related tags found
No related merge requests found
...@@ -342,8 +342,7 @@ class OpenSKInstaller: ...@@ -342,8 +342,7 @@ class OpenSKInstaller:
env["RUSTFLAGS"] = " ".join(rust_flags) env["RUSTFLAGS"] = " ".join(rust_flags)
command = [ command = [
"cargo", "cargo", "build", "--release", "--target={}".format(props.arch),
"build", "--release", "--target={}".format(props.arch),
"--features={}".format(",".join(self.args.features)) "--features={}".format(",".join(self.args.features))
] ]
if is_example: if is_example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment