Skip to content

Commit

Permalink
llvm-mingw: Fix arm64 extract_dir
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Mar 19, 2024
1 parent 634cd5e commit e8d9da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bucket/llvm-mingw.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"arm64": {
"url": "https://github.com/mstorsjo/llvm-mingw/releases/download/20240308/llvm-mingw-20240308-ucrt-aarch64.zip",
"hash": "3c1e56f2d4947d6606865f2df430b479e95d23d834e11215ebc6be4fcd5f5e3d"
"hash": "3c1e56f2d4947d6606865f2df430b479e95d23d834e11215ebc6be4fcd5f5e3d",
"extract_dir": "llvm-mingw-20240308-ucrt-aarch64"
}
},
"env_add_path": "bin",
Expand Down

0 comments on commit e8d9da6

Please sign in to comment.