Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add crt flags for windows msvc targets compiled by clang.
The msvc runtime library needs to be added for all targets compiled for the windows-msvc abi, regardless of the compiler. There are three options to compile code for windows msvc: - with the official msvc toolchain - with clang-cl, which has commandline syntax compatible with the msvc toolchain - with clang, which uses the GNU commandline syntax. In all three cases the -MT or -MD flag must be added. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
- Loading branch information