build.rs 71 Bytes
Newer Older
yongshk's avatar
yongshk committed
1
2
3
fn main() {
    pyo3_build_config::add_extension_module_link_args();
}