diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 06ad98d751..f96a6d0fa1 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -13,7 +13,9 @@ c_stdlib: - macosx_deployment_target # [osx] - vs # [win] m2w64_c_stdlib: # [win] - - m2w64-toolchain # [win] + - m2w64-sysroot # [win] +m2w64c_stdlib_version: # [win] + - 12 # [win] c_stdlib_version: # [unix] - 2.17 # [linux] - 2.17 # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]