Skip to content

Commit 37d52ed

Browse files
author
Curtis D'Alves
committed
add correct dynamic_lib_extension for aix
1 parent 3fb1b53 commit 37d52ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/run-make-support/src/artifact_names.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ pub fn dynamic_lib_extension() -> &'static str {
3535
"dylib"
3636
} else if target.contains("windows") {
3737
"dll"
38+
} else if target.contains("aix") {
39+
"a"
3840
} else {
3941
"so"
4042
}

0 commit comments

Comments
 (0)