diff --git a/CI/windows/02_build_obs.ps1 b/CI/windows/02_build_obs.ps1 index 86e38d5eb..13e1afdc3 100644 --- a/CI/windows/02_build_obs.ps1 +++ b/CI/windows/02_build_obs.ps1 @@ -72,7 +72,7 @@ function Configure-OBS { $CmakeCommand = @( "-G", ${CmakeGenerator} - "-DCMAKE_GENERATOR_PLATFORM=`"${GeneratorPlatform}`"", + "-DCMAKE_GENERATOR_PLATFORM=x64", "-DCMAKE_SYSTEM_VERSION=`"${CmakeSystemVersion}`"", "-DCMAKE_PREFIX_PATH:PATH=`"${CmakePrefixPath}`"", "-DCEF_ROOT_DIR:PATH=`"${CefDirectory}`"",