Skip to content

Commit e8d9da6

Browse files
committed
llvm-mingw: Fix arm64 extract_dir
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
1 parent 634cd5e commit e8d9da6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bucket/llvm-mingw.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"arm64": {
1818
"url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240308/llvm-mingw-20240308-ucrt-aarch64.zip",
19-
"hash": "3c1e56f2d4947d6606865f2df430b479e95d23d834e11215ebc6be4fcd5f5e3d"
19+
"hash": "3c1e56f2d4947d6606865f2df430b479e95d23d834e11215ebc6be4fcd5f5e3d",
20+
"extract_dir": "llvm-mingw-20240308-ucrt-aarch64"
2021
}
2122
},
2223
"env_add_path": "bin",

0 commit comments

Comments
 (0)