mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
7 lines
115 B
Rust
7 lines
115 B
Rust
fn main() {
|
|
#[cfg(feature = "core")]
|
|
{
|
|
pyo3_build_config::add_libpython_rpath_link_args();
|
|
}
|
|
}
|