mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
build.rs: remove unused LOCALEDIR override
Implied by bee1e122f9 (Remove unused locale path code, 2025-09-16).
This commit is contained in:
3
build.rs
3
build.rs
@@ -221,9 +221,6 @@ fn join_if_relative(parent_if_relative: &Path, path: String) -> PathBuf {
|
||||
overridable_path("BINDIR", |env_bindir| {
|
||||
join_if_relative(&prefix, env_bindir.unwrap_or("bin/".to_string()))
|
||||
});
|
||||
overridable_path("LOCALEDIR", |env_localedir| {
|
||||
join_if_relative(&datadir, env_localedir.unwrap_or("locale/".to_string()))
|
||||
});
|
||||
overridable_path("DOCDIR", |env_docdir| {
|
||||
join_if_relative(&datadir, env_docdir.unwrap_or("doc/fish".to_string()))
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user