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
This commit is part of merge request !115. Comments created here will be created in the context of that merge request.
......@@ -11,8 +11,8 @@ fn main() {
.status()
.expect("PANIC: NVCC failed when building runtime. Is NVCC installed?");
Command::new("ar")
.args(&["crus", "librtdefs.a", "rtdefs.o"])
.current_dir(&Path::new(&out_dir))
.args(&["crus", "librtdefs.a", "rtdefs.o"])
.status()
.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