Function pyo3_build_config::add_extension_module_link_args
source · [−]pub fn add_extension_module_link_args()
Expand description
Adds linker arguments (for macOS) suitable for PyO3’s extension-module
feature.
This should be called from a build script.
This is currently a no-op on non-macOS platforms, however may emit additional linker arguments in future if deemed necessarys.