Fix the pyo3 build for macos. (#324)

* Fix the pyo3 build for macos.

* rustfmt fix.
This commit is contained in:
Laurent Mazare
2023-08-05 14:53:57 +01:00
committed by GitHub
parent 620f83cf66
commit 0b175fcbbd
4 changed files with 15 additions and 2 deletions

3
candle-pyo3/build.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
pyo3_build_config::add_extension_module_link_args();
}