index
:
firefox
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
rust
/
oslog
/
build.rs
blob: 07abb10aaa641c6c5025fca2f19d87753e5f1b03 (
plain
)
1
2
3
fn
main
()
{
cc
::
Build
::
new
().
file
(
"wrapper.c"
).
compile
(
"wrapper"
);
}