Skip to content

Commit ca398b3

Browse files
authored
Fix gen-windows-sys-binding (#1130)
Make sure standalone binding without dependencies is generated.
1 parent fba6261 commit ca398b3

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ fn main() -> io::Result<()> {
2828
let mut args = vec![
2929
"--config",
3030
"flatten",
31+
"sys",
3132
"--out",
3233
temp_file.path().to_str().unwrap(),
3334
"--filter",

0 commit comments

Comments
 (0)