| commit | da38b7c2a5ae54acbd643b1e343d094749b892f0 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Wed Sep 16 11:50:04 2020 -0400 |
| committer | David Tolnay <dtolnay@gmail.com> | Wed Sep 16 11:55:24 2020 -0400 |
| tree | 242acde817976f2ff08733ac9251160ff975c76a | |
| parent | a76da172115b8a9e82e9ea6b011d16ef9bf6e2a4 [diff] [blame] |
Update case of basetsd.h import to support cross compilation
diff --git a/gen/src/write.rs b/gen/src/write.rs index a6f6c3e..862be81 100644 --- a/gen/src/write.rs +++ b/gen/src/write.rs
@@ -177,7 +177,7 @@ needs_rust_slice = true; } ty if ty == Isize => { - out.include.base_tsd = true; + out.include.basetsd = true; needs_rust_isize = true; } ty if ty == RustString => {