Sign in
fuchsia
/
fuchsia
/
refs/heads/releases/dogfood
/
.
/
third_party
/
rust_crates
/
vendor
/
nix
/
build.rs
blob: c527748b31feca062a9a40505fed9983610192f9 [
file
] [
log
] [
blame
] [
edit
]
#[
cfg
(
target_os
=
"dragonfly"
)]
fn
main
()
{
cc
::
Build
::
new
()
.
file
(
"src/errno_dragonfly.c"
)
.
compile
(
"liberrno_dragonfly.a"
);
}
#[
cfg
(
not
(
target_os
=
"dragonfly"
))]
fn
main
()
{}