Skip to content

Commit a492d8f

Browse files
authored
Fix Conda
Conda install libcuda.so to `lib/stubs`.
1 parent e4f4ec3 commit a492d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ fn root_candidates() -> impl Iterator<Item = PathBuf> {
174174
fn lib_candidates(root: &Path, major: usize, minor: usize) -> Vec<PathBuf> {
175175
[
176176
"lib".into(),
177+
"lib/stubs".into(),
177178
"lib/x64".into(),
178179
"lib/Win32".into(),
179180
"lib/x86_64".into(),

0 commit comments

Comments
 (0)