mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-02 14:57:43 +03:00
Merge master
This commit is contained in:
2416
ext/rocblas-sys/src/lib.rs
vendored
2416
ext/rocblas-sys/src/lib.rs
vendored
File diff suppressed because it is too large
Load Diff
@ -1013,7 +1013,7 @@ fn generate_rocblas(output: &PathBuf, path: &[&str]) {
|
||||
.map(|item| match item {
|
||||
Item::ForeignMod(mut extern_) => {
|
||||
extern_.attrs.push(
|
||||
parse_quote!(#[cfg_attr(windows, link = "rocblas", kind = "raw-dylib")]),
|
||||
parse_quote!(#[cfg_attr(windows, link(name = "rocblas", kind = "raw-dylib"))]),
|
||||
);
|
||||
Item::ForeignMod(extern_)
|
||||
}
|
||||
|
Reference in New Issue
Block a user