mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Minor cleanup in fish.rs
For now we always define FISH_BUILD_DIR though we could reconsider.
This commit is contained in:
parent
d6cb049aff
commit
793fb8f8f6
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ const BIN_DIR: &str = {
|
|||
|
||||
// C++ had this as optional, and used CMAKE_BINARY_DIR,
|
||||
// should probably be swapped to `OUT_DIR` once CMake is gone?
|
||||
// const OUT_DIR: &str = env!("OUT_DIR", "OUT_DIR was not specified");
|
||||
const OUT_DIR: &str = env!("FISH_BUILD_DIR");
|
||||
|
||||
/// container to hold the options specified within the command line
|
||||
|
|
Loading…
Reference in a new issue