Skip to content

Commit e3311e4

Browse files
committed
Support raw-dylib functions being used inside inlined functions
1 parent 63d1bf9 commit e3311e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/archive.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder {
3838
_lib_name: &str,
3939
_dll_imports: &[rustc_session::cstore::DllImport],
4040
_tmpdir: &Path,
41+
_is_direct_dependency: bool,
4142
) -> PathBuf {
4243
bug!("creating dll imports is not supported");
4344
}

0 commit comments

Comments
 (0)