index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
errno-dragonfly
/
build.rs
blob: b93b9ef87740891d14eeea6b038de56a89f73937 (
plain
)
1
2
3
fn
main
()
{
cc
::
Build
::
new
().
file
(
"src/errno.c"
).
compile
(
"liberrno.a"
);
}