We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4e4a1 commit 73073f9Copy full SHA for 73073f9
program/rust/build.rs
@@ -23,7 +23,7 @@ fn main() {
23
.env("VERBOSE", "1")
24
.env("OUT_DIR", out_dir.display().to_string())
25
.current_dir("../c")
26
- .args(&["cpyth-native"])
+ .args(["cpyth-native"])
27
.status()
28
.expect("Failed to build C program");
29
0 commit comments