Skip to content

Commit 8c8a136

Browse files
committed
Use ucrt64 instead of mingwW64
1 parent 2e162a2 commit 8c8a136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
# Once building, windowsProject candidate for win-arm64 is project.projectCross.ucrtAarch64.
378378
// optionalAttrs (elem system ["x86_64-linux"]) {
379379
windows = let
380-
windowsProject = (project.appendModule {compiler-nix-name = windowsCompilerNixName;}).projectCross.mingwW64;
380+
windowsProject = (project.appendModule {compiler-nix-name = windowsCompilerNixName;}).projectCross.ucrt64;
381381
projectExes = collectExes windowsProject;
382382
in
383383
projectExes

0 commit comments

Comments
 (0)