lib.systems.doubles: add aarch64-windows double

This commit is contained in:
seth
2024-08-16 02:12:45 -04:00
parent cfe2415d73
commit 205faabfeb
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ let
"wasm64-wasi" "wasm32-wasi"
# Windows
"x86_64-windows" "i686-windows"
"aarch64-windows" "x86_64-windows" "i686-windows"
];
allParsed = map parse.mkSystemFromString all;