This website requires JavaScript.
Explore
Help
Sign In
occheung
/
libfringe
forked from
M-Labs/libfringe
Watch
1
Star
0
Fork
You've already forked libfringe
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
db6a2ff89b
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