Skip to content

Commit

Permalink
Support raw-dylib functions being used inside inlined functions
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello authored and antoyo committed Mar 1, 2023
1 parent dbe3df3 commit 4c0a6e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/archive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder {
_lib_name: &str,
_dll_imports: &[DllImport],
_tmpdir: &Path,
_is_direct_dependency: bool,
) -> PathBuf {
unimplemented!();
}
Expand Down

0 comments on commit 4c0a6e6

Please sign in to comment.