We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 400b8b6 + 37d52ed commit e11bcb6Copy full SHA for e11bcb6
src/tools/run-make-support/src/artifact_names.rs
@@ -35,6 +35,8 @@ pub fn dynamic_lib_extension() -> &'static str {
35
"dylib"
36
} else if target.contains("windows") {
37
"dll"
38
+ } else if target.contains("aix") {
39
+ "a"
40
} else {
41
"so"
42
}
0 commit comments