Skip to content

Commit 4c0a6e6

Browse files
dpaolielloantoyo
authored andcommitted
Support raw-dylib functions being used inside inlined functions
1 parent dbe3df3 commit 4c0a6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/archive.rs

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder {
4747
_lib_name: &str,
4848
_dll_imports: &[DllImport],
4949
_tmpdir: &Path,
50+
_is_direct_dependency: bool,
5051
) -> PathBuf {
5152
unimplemented!();
5253
}

0 commit comments

Comments
 (0)