Sign in
◑
Theme
dart
/
external
/
github.com
/
BLAKE3-team
/
BLAKE3
/
refs/heads/codeql
/
.
/
tools
/
compiler_version
/
build.rs
blob: 3e14ebe672a551f3be3e5370fa2cf97cbbbb5800 [
file
] [
edit
]
fn
main
()
{
let
build
=
cc
::
Build
::
new
();
let
compiler
=
build
.
get_compiler
();
let
compiler_path
=
compiler
.
path
().
to_string_lossy
();
println
!(
"cargo:rustc-env=COMPILER_PATH={}"
,
compiler_path
);
}