Introduce formatting mistake

This commit is contained in:
Jean-Michel Picod
2020-04-29 11:40:48 +02:00
parent 3e19c7512f
commit 8e182b9de9

View File

@@ -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: