Function pyoxidizerlib::py_packaging::libpython::link_libpython[][src]

pub fn link_libpython(
    logger: &Logger,
    context: &LibPythonBuildContext,
    out_dir: &Path,
    host_triple: &str,
    target_triple: &str,
    opt_level: &str
) -> Result<LibpythonInfo>

Create a static libpython from a Python distribution.

Returns a vector of cargo: lines that can be printed in build scripts.