mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
Remove unnecessary configuration
This commit is contained in:
@@ -1615,8 +1615,7 @@ fn find_zig_binary(path: Option<PathBuf>) -> Result<PathBuf> {
|
||||
break;
|
||||
}
|
||||
}
|
||||
retval
|
||||
.ok_or_else(|| anyhow!("Could not find `zig` binary in PATH."))?
|
||||
retval.ok_or_else(|| anyhow!("Could not find `zig` binary in PATH."))?
|
||||
};
|
||||
|
||||
let version = std::process::Command::new(&retval)
|
||||
|
||||
Reference in New Issue
Block a user