Skip to content

Commit

Permalink
Fix generate-windows-sys-bindings (#1133)
Browse files Browse the repository at this point in the history
Pass --config minimal to generate sys binding without any dependencies
  • Loading branch information
NobodyXu committed Jul 6, 2024
1 parent ca398b3 commit 6890f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-tools/gen-windows-sys-binding/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fn main() -> io::Result<()> {
"--config",
"flatten",
"sys",
"minimal",
"--out",
temp_file.path().to_str().unwrap(),
"--filter",
Expand Down

0 comments on commit 6890f3f

Please sign in to comment.