diff options
Diffstat (limited to '3rdparty')
-rw-r--r-- | 3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua b/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua index 106996909da..847a8cbb93d 100644 --- a/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua +++ b/3rdparty/genie/src/actions/vstudio/vstudio_vcxproj.lua @@ -66,7 +66,7 @@ else _p(2, '<Keyword>Win32Proj</Keyword>') end - if _ACTION:sub(3) == "2015" or _ACTION:sub(3) == "2017" or _ACTION:sub(3) == "llvm" then + if _ACTION:sub(3) == "2015" or _ACTION:sub(3) == "2017" or _ACTION:sub(3) == "2019" or _ACTION:sub(3) == "llvm" then _p(2,'<PreferredToolArchitecture>x64</PreferredToolArchitecture>') end if (_ACTION:sub(3) == "2017" or _ACTION:sub(3) == "llvm") |