This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
libfringe
Watch
3
Star
0
Fork
You've already forked libfringe
2
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
476a63b817
libfringe
/
build.rs
6 lines
95 B
Rust
Raw
Blame
History
extern
crate
gcc
;
fn
main
(
)
{
gcc
::
compile_library
(
"
libvalgrind.a
"
,
&
[
"
src/valgrind.c
"
]
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink