mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +00:00
Fix the pyo3 build for macos. (#324)
* Fix the pyo3 build for macos. * rustfmt fix.
This commit is contained in:
3
candle-pyo3/build.rs
Normal file
3
candle-pyo3/build.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
pyo3_build_config::add_extension_module_link_args();
|
||||
}
|
Reference in New Issue
Block a user