diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml new file mode 100644 index 0000000..51cefa9 --- /dev/null +++ b/recipe/conda_build_config.yaml @@ -0,0 +1,5 @@ +# Avoid some compiler bugs +cxx_compiler: # [win] +- vs2022 # [win] +c_compiler: # [win] +- vs2022 # [win]