Fix copy-paste error
This commit is contained in:
parent
485aec41af
commit
f11611018f
1 changed files with 1 additions and 1 deletions
|
@ -1533,7 +1533,7 @@ impl<'a> Linker for AixLinker<'a> {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn framework_path(&mut self, _: &Path) {
|
fn framework_path(&mut self, _: &Path) {
|
||||||
bug!("frameworks are not supported on L4Re");
|
bug!("frameworks are not supported on AIX");
|
||||||
}
|
}
|
||||||
|
|
||||||
fn output_filename(&mut self, path: &Path) {
|
fn output_filename(&mut self, path: &Path) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue