Skip to content
Snippets Groups Projects
Commit 8051fcf9 authored by prrathi's avatar prrathi
Browse files

augment told me to

parent f2ce7509
No related branches found
No related tags found
1 merge request!115GPU backend
Pipeline #201069 failed
...@@ -11,8 +11,8 @@ fn main() { ...@@ -11,8 +11,8 @@ fn main() {
.status() .status()
.expect("PANIC: NVCC failed when building runtime. Is NVCC installed?"); .expect("PANIC: NVCC failed when building runtime. Is NVCC installed?");
Command::new("ar") Command::new("ar")
.args(&["crus", "librtdefs.a", "rtdefs.o"])
.current_dir(&Path::new(&out_dir)) .current_dir(&Path::new(&out_dir))
.args(&["crus", "librtdefs.a", "rtdefs.o"])
.status() .status()
.unwrap(); .unwrap();
......
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