pyo3/python3-sys/build.rs

7 lines
91 B
Rust
Raw Normal View History

2015-04-26 08:32:58 +00:00
extern crate pkg_config;
fn main() {
pkg_config::find_library("python3").unwrap();
}