Skip to content

Commit

Permalink
Fix gen-windows-sys-binding (#1130)
Browse files Browse the repository at this point in the history
Make sure standalone binding without dependencies is generated.
  • Loading branch information
NobodyXu authored Jul 6, 2024
1 parent fba6261 commit ca398b3
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 @@ -28,6 +28,7 @@ fn main() -> io::Result<()> {
let mut args = vec![
"--config",
"flatten",
"sys",
"--out",
temp_file.path().to_str().unwrap(),
"--filter",
Expand Down

0 comments on commit ca398b3

Please sign in to comment.