Skip to main content

find_magpie_binary

Function find_magpie_binary 

Source
pub fn find_magpie_binary() -> String
Expand description

Tiered discovery for the Magpie compiler binary.

  1. Check MAGPIE_BIN_PATH environment variable.
  2. Check relative path ../magpie/target/release/magpie(.exe) for sibling repository layout.
  3. Default to “magpie” for system PATH lookup.