Skip to content

Commit c1b040d

Browse files
committed
Switch Windows build to UCRT64
1 parent dbb6477 commit c1b040d

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

config/x64-win.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
{
2-
"msysEnv": "MINGW64",
3-
"downloads": [
4-
{
5-
"name": "CMake",
6-
"file": "cmake-3.25.2-windows-x86_64.zip",
7-
"href": "https://github.com/Kitware/CMake/releases/download/v3.25.2/cmake-3.25.2-windows-x86_64.zip",
8-
"dirName": "cmake",
9-
"extractStrip": 1
10-
},
11-
{
12-
"name": "Ninja",
13-
"file": "ninja-win.zip",
14-
"href": "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-win.zip",
15-
"dirName": "ninja"
16-
},
17-
{
18-
"name": "Python 3.9",
19-
"file": "python-3.9.13-embed-amd64.zip",
20-
"href": "https://www.python.org/ftp/python/3.9.13/python-3.9.13-embed-amd64.zip",
21-
"dirName": "python"
22-
},
23-
{
24-
"name": "Git for Windows",
25-
"file": "MinGit-2.39.1-64-bit.zip",
26-
"href": "https://github.com/git-for-windows/git/releases/download/v2.39.1.windows.1/MinGit-2.39.1-64-bit.zip",
27-
"dirName": "git"
28-
}
29-
]
30-
}
1+
{
2+
"msysEnv": "UCRT64",
3+
"downloads": [
4+
{
5+
"name": "CMake",
6+
"file": "cmake-3.25.2-windows-x86_64.zip",
7+
"href": "https://github.com/Kitware/CMake/releases/download/v3.25.2/cmake-3.25.2-windows-x86_64.zip",
8+
"dirName": "cmake",
9+
"extractStrip": 1
10+
},
11+
{
12+
"name": "Ninja",
13+
"file": "ninja-win.zip",
14+
"href": "https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-win.zip",
15+
"dirName": "ninja"
16+
},
17+
{
18+
"name": "Python 3.9",
19+
"file": "python-3.9.13-embed-amd64.zip",
20+
"href": "https://www.python.org/ftp/python/3.9.13/python-3.9.13-embed-amd64.zip",
21+
"dirName": "python"
22+
},
23+
{
24+
"name": "Git for Windows",
25+
"file": "MinGit-2.39.1-64-bit.zip",
26+
"href": "https://github.com/git-for-windows/git/releases/download/v2.39.1.windows.1/MinGit-2.39.1-64-bit.zip",
27+
"dirName": "git"
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)