Closed SpaceManiac closed 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.
Looks good, thanks.
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.