Minor cleanup in fish.rs

For now we always define FISH_BUILD_DIR though we could reconsider.
This commit is contained in:
Johannes Altmanninger 2024-01-12 12:50:58 +01:00
parent d6cb049aff
commit 793fb8f8f6

View file

@ -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