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