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

Introduce formatting mistake

parent 3e19c751
No related branches found
No related tags found
No related merge requests found
...@@ -342,8 +342,8 @@ class OpenSKInstaller: ...@@ -342,8 +342,8 @@ class OpenSKInstaller:
env["RUSTFLAGS"] = " ".join(rust_flags) env["RUSTFLAGS"] = " ".join(rust_flags)
command = [ command = [
"cargo", "cargo", "build",
"build", "--release", "--target={}".format(props.arch), "--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