Build windows releases with /MT rather than /MD

When making a release export of a project, binaries built with the /MD
flag do not work.
This commit is contained in:
Leroy Hopson 2020-11-22 22:16:38 +07:00 committed by Leroy Hopson
parent c99a9b4a2e
commit 4cc2115125
4 changed files with 12 additions and 6 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- For windows release builds, use the /MT flag rather than /MD. When built with /MD the plugin does not work with exported projects.
## [v1.2.0] - 2020-11-21