diff options
| author | Daniel Paoliello <danpao@microsoft.com> | 2022-10-12 14:44:01 -0700 |
|---|---|---|
| committer | Daniel Paoliello <danpao@microsoft.com> | 2022-10-24 16:17:38 -0700 |
| commit | e30385bc06226bb823a1891e7f66bf069dee20a9 (patch) | |
| tree | c0e1bbc36642b17d6b2375837ded5f7ca1c49eb2 | |
| parent | d3b02e31866dc3011702182b6e3226268acf110d (diff) | |
| download | rust-e30385bc06226bb823a1891e7f66bf069dee20a9.tar.gz rust-e30385bc06226bb823a1891e7f66bf069dee20a9.zip | |
Support raw-dylib functions being used inside inlined functions
| -rw-r--r-- | src/archive.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/archive.rs b/src/archive.rs index ac0342f6b80..f18ae7ea5e9 100644 --- a/src/archive.rs +++ b/src/archive.rs @@ -47,6 +47,7 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder { _lib_name: &str, _dll_imports: &[DllImport], _tmpdir: &Path, + _is_direct_dependency: bool, ) -> PathBuf { unimplemented!(); } |
