about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/archive.rs1
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!();
     }