Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSVC: Always specify when building 32-bit MSVC (#144)
VS2022 is out, and is not listed as one of the "must specify 32-bit" versions, therefore building 32-bit libraries with this broke. The easiest solution is to just always specify 32-bit when building for it.
- Loading branch information
bfaf129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this didn't get a release on crates.io?