Skip to content

Commit 6890f3f

Browse files
authored
Fix generate-windows-sys-bindings (#1133)
Pass --config minimal to generate sys binding without any dependencies
1 parent ca398b3 commit 6890f3f

File tree

1 file changed

+1
-0
lines changed
  • dev-tools/gen-windows-sys-binding/src

1 file changed

+1
-0
lines changed

Diff for: dev-tools/gen-windows-sys-binding/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ fn main() -> io::Result<()> {
2929
"--config",
3030
"flatten",
3131
"sys",
32+
"minimal",
3233
"--out",
3334
temp_file.path().to_str().unwrap(),
3435
"--filter",

0 commit comments

Comments
 (0)