Skip to content

Commit b29ad95

Browse files
committed
Add ARCHIVE_NAME to macOS
1 parent cafeadf commit b29ad95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intel-mkl-tool/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ mod mkl {
2020

2121
#[cfg(target_os = "macos")]
2222
mod mkl {
23+
pub const ARCHIVE_NAME: &'static str = "mkl_osx";
2324
pub const ARCHIVE: &'static str = "mkl_osx.tar.xz";
2425
pub const EXT: &'static str = "dylib";
2526
pub const PREFIX: &'static str = "lib";

0 commit comments

Comments
 (0)