diff options
| author | Daniel Paoliello <danpao@microsoft.com> | 2022-10-12 14:44:01 -0700 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2023-02-28 19:18:41 -0500 |
| commit | 4c0a6e610e5ff15cc1a8c0e4d731083405b5da87 (patch) | |
| tree | b6b385fad09269fc75f19b23baabd1ae7b1abd0e | |
| parent | dbe3df3d84450403802f036bbb7bb17bf7841937 (diff) | |
| download | rust-4c0a6e610e5ff15cc1a8c0e4d731083405b5da87.tar.gz rust-4c0a6e610e5ff15cc1a8c0e4d731083405b5da87.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!(); } |
