mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Minor cleanup in fish.rs
For now we always define FISH_BUILD_DIR though we could reconsider.
This commit is contained in:
@@ -96,7 +96,6 @@
|
||||
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user