From 634f5fa542ffb9ee5ab398afc8364bd46bd1e09f Mon Sep 17 00:00:00 2001 From: John Blischak Date: Fri, 12 Apr 2024 14:42:54 -0400 Subject: [PATCH] Set c_stdlib_version to match Windows compiler (#87) --- scripts/tiledb/update-recipe.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/tiledb/update-recipe.sh b/scripts/tiledb/update-recipe.sh index 03367c1..e996e61 100644 --- a/scripts/tiledb/update-recipe.sh +++ b/scripts/tiledb/update-recipe.sh @@ -40,6 +40,8 @@ c_compiler: # [win] - vs2022 # [win] cxx_compiler: # [win] - vs2022 # [win] +c_stdlib_version: # [win] + - 2022 # [win] EOF