diff --git a/CI/windows/02_build_obs.ps1 b/CI/windows/02_build_obs.ps1 index 13e1afdc3..86e38d5eb 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=x64", + "-DCMAKE_GENERATOR_PLATFORM=`"${GeneratorPlatform}`"", "-DCMAKE_SYSTEM_VERSION=`"${CmakeSystemVersion}`"", "-DCMAKE_PREFIX_PATH:PATH=`"${CmakePrefixPath}`"", "-DCEF_ROOT_DIR:PATH=`"${CefDirectory}`"",