This website requires JavaScript.
Explore
Help
Register
Sign In
pegasust
/
tantivy-py
Watch
1
Star
0
Fork
You've already forked tantivy-py
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f52a6da954
tantivy-py
/
build.rs
4 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix build issues due to maturin & py03 versions (#37) * bump maturin and pyo3 versions * update to support MacOS dylib extentions * update package config to use a build.rs and fix linking issue on macOS see https://pyo3.rs/master/building_and_distribution.html#macos
2022-01-03 13:50:19 +00:00
fn
main
(
)
{
Update to pyo3 0.15 (#40)
2022-01-17 01:16:08 +00:00
pyo3_build_config
::
add_extension_module_link_args
(
)
;
Fix build issues due to maturin & py03 versions (#37) * bump maturin and pyo3 versions * update to support MacOS dylib extentions * update package config to use a build.rs and fix linking issue on macOS see https://pyo3.rs/master/building_and_distribution.html#macos
2022-01-03 13:50:19 +00:00
}