Merge pull request #202 from jgallagher/remove-unused-build.rs

Remove unused build.rs.
This commit is contained in:
John Gallagher
2017-01-06 01:19:18 -05:00
committed by GitHub

View File

@@ -1,5 +0,0 @@
extern crate pkg_config;
fn main() {
pkg_config::find_library("sqlite3").unwrap();
}