jcmoyer / rust-lua53

Lua 5.3 bindings for Rust
MIT License
158 stars 45 forks source link

Rewrite buildscript to support more situations #26

Closed SpaceManiac closed 8 years ago

SpaceManiac commented 8 years ago

Building liblua.a and glue.rs are now separate steps, so that already having liblua.a does not skip building glue.rs. Also, glue.rs has been moved to the build directory, per Cargo recommendations.

Tested on Windows and Linux. Should fix #24.

jcmoyer commented 8 years ago

Looks good, thanks.