This website requires JavaScript.
Explore
Help
Sign In
lifning
/
ferretro
Watch
1
Star
0
Fork
You've already forked ferretro
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
15c830f0b1
ferretro
/
build.rs
6 lines
115 B
Rust
Raw
Blame
History
fn
main
(
)
{
cc
::
Build
::
new
(
)
.
file
(
"
src/retro/c_ext/log_wrapper.c
"
)
.
compile
(
"
log_wrapper
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink