Fix copy-paste error

This commit is contained in:
Kai Luo 2023-03-23 15:05:45 +08:00
parent 485aec41af
commit f11611018f

View File

@ -1533,7 +1533,7 @@ fn include_path(&mut self, path: &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) {