Skip to content

Commit e424502

Browse files
authored
Merge pull request #464 from kartiknair/fix/windows-cuda-build
2 parents 8c1430d + 29556ab commit e424502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama-cpp-sys-2/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ fn compile_cuda(cx: &mut Build, cxx: &mut Build, featless_cxx: Build) -> &'stati
426426
// }
427427

428428
for lib in [
429-
"cuda", "cublas", "culibos", "cudart", "cublasLt", "pthread", "dl", "rt",
429+
"cuda", "cublas", "cudart", "cublasLt"
430430
] {
431431
println!("cargo:rustc-link-lib={}", lib);
432432
}

0 commit comments

Comments
 (0)