Support raw-dylib functions being used inside inlined functions

This commit is contained in:
Daniel Paoliello 2022-10-12 14:44:01 -07:00
parent 758f19645b
commit 3a1ef50b34
12 changed files with 146 additions and 7 deletions

View file

@ -47,6 +47,7 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder {
_lib_name: &str,
_dll_imports: &[DllImport],
_tmpdir: &Path,
_is_direct_dependency: bool,
) -> PathBuf {
unimplemented!();
}