fix vs2019 some option not set

This commit is contained in:
junjie020
2019-07-22 15:50:39 +08:00
committed by Бранимир Караџић
parent 7036e3d2d7
commit d57e6343ca

View File

@@ -411,6 +411,7 @@ function toolchain(_buildDir, _libDir)
or _ACTION == "vs2013"
or _ACTION == "vs2015"
or _ACTION == "vs2017"
or _ACTION == "vs2019"
then
local action = premake.action.current()