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