Support raw-dylib functions being used inside inlined functions
This commit is contained in:
parent
63d1bf9920
commit
e3311e4717
@ -38,6 +38,7 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder {
|
|||||||
_lib_name: &str,
|
_lib_name: &str,
|
||||||
_dll_imports: &[rustc_session::cstore::DllImport],
|
_dll_imports: &[rustc_session::cstore::DllImport],
|
||||||
_tmpdir: &Path,
|
_tmpdir: &Path,
|
||||||
|
_is_direct_dependency: bool,
|
||||||
) -> PathBuf {
|
) -> PathBuf {
|
||||||
bug!("creating dll imports is not supported");
|
bug!("creating dll imports is not supported");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user