Files
candle/candle-pyo3/build.rs
Laurent Mazare 0b175fcbbd Fix the pyo3 build for macos. (#324)
* Fix the pyo3 build for macos.

* rustfmt fix.
2023-08-05 14:53:57 +01:00

4 lines
71 B
Rust

fn main() {
pyo3_build_config::add_extension_module_link_args();
}