mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2024-12-23 13:14:52 +01:00
5 lines
94 B
Rust
5 lines
94 B
Rust
|
use pyo3_build_config;
|
||
|
|
||
|
fn main() {
|
||
|
pyo3_build_config::add_extension_module_link_args();
|
||
|
}
|