Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
@ -209,7 +209,7 @@ function cmake(gen, conf, builddir, options)
end
if os.ishost("windows") then
options = options .. "-Thost=x64"
options = options .. " -Thost=x64"
local cmd = cmake .. " -G " .. '"' .. gen .. '"'