mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
Add ENV to zig-binary-path
Co-authored-by: Michael Bryan <michael@wasmer.io>
This commit is contained in:
@@ -104,7 +104,7 @@ pub(crate) struct CrossCompile {
|
||||
tarball: Option<PathBuf>,
|
||||
|
||||
/// Specify `zig` binary path (defaults to `zig` in $PATH if not present)
|
||||
#[clap(long = "zig-binary-path", requires = "target")]
|
||||
#[clap(long = "zig-binary-path", requires = "target", env)]
|
||||
zig_binary_path: Option<PathBuf>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user