Codex Handbook
Back · 返回
Rust
linux-sandbox/build.rs
3 lines
fn
main() {
println!
(
"cargo:rerun-if-env-changed=CODEX_BWRAP_SHA256"
);
}