Closed TyOverby closed 9 years ago
It probably can't find pkg-config. You can override the build script: http://doc.crates.io/build-script.html#overriding-build-scripts
Lua is really easy to build from scratch. Would you consider doing what I did in chipmunk-sys and just compile the entire library and statically link against it? As you can see, the build file is really simple.
The benefits are pretty huge. Anyone with a C compiler will be able to use the library without needing to install anything else.