mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
bump msvc version check
This commit is contained in:
parent
fc967908ea
commit
19ddd29afb
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
|
||||
#if _MSC_FULL_VER < 191025017
|
||||
#if _MSC_FULL_VER < 191426433
|
||||
#error Please update your build environment to the latest Visual Studio 2017!
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue