mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-31 23:28:45 +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,
|
// C++ had this as optional, and used CMAKE_BINARY_DIR,
|
||||||
// should probably be swapped to `OUT_DIR` once CMake is gone?
|
// 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");
|
const OUT_DIR: &str = env!("FISH_BUILD_DIR");
|
||||||
|
|
||||||
/// container to hold the options specified within the command line
|
/// container to hold the options specified within the command line
|
||||||
|
|
Loading…
Reference in a new issue