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
5ae54da9c2
libfringe
/
build.rs
6 lines
94 B
Rust
Raw
Blame
History
extern
crate
gcc
;
fn
main
(
)
{
gcc
::
compile_library
(
"
libcontext.a
"
,
&
[
"
src/platform.c
"
]
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink