forked from M-Labs/libfringe
6 lines
94 B
Rust
6 lines
94 B
Rust
extern crate gcc;
|
|
|
|
fn main() {
|
|
gcc::compile_library("libcontext.a", &["src/platform.c"]);
|
|
}
|