pub fn compile_package_with_deps(
pkg_src_dir: &Path,
pkg_name: &str,
output_dir: &Path,
include_dir: &Path,
linking_to_includes: &[PathBuf],
) -> Result<PathBuf, String>Expand description
Compile package native code with additional include paths from LinkingTo dependencies.