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.
1 parent 1c771fe commit 91471c8Copy full SHA for 91471c8
src/bootstrap/builder.rs
@@ -1554,7 +1554,7 @@ impl<'a> Builder<'a> {
1554
// flesh out rpath support more fully in the future.
1555
rustflags.arg("-Zosx-rpath-install-name");
1556
Some("-Wl,-rpath,@loader_path/../lib")
1557
- } else if !target.contains("windows") {
+ } else if !target.contains("windows") && !target.contains("aix") {
1558
rustflags.arg("-Clink-args=-Wl,-z,origin");
1559
Some("-Wl,-rpath,$ORIGIN/../lib")
1560
} else {
0 commit comments