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:
env["RUSTFLAGS"] = " ".join(rust_flags)
command = [
"cargo",
"build", "--release", "--target={}".format(props.arch),
"cargo", "build", "--release", "--target={}".format(props.arch),
"--features={}".format(",".join(self.args.features))
]
if is_example:
......
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