Skip to content

Commit

Permalink
change abi to msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdmn committed Sep 20, 2019
1 parent 7441f41 commit a779e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Expand Up @@ -10,7 +10,7 @@ pub fn build(b: *Builder) void {
.Cross = CrossTarget{
.arch = builtin.Arch.x86_64,
.os = builtin.Os.uefi,
.abi = builtin.Abi.none,
.abi = builtin.Abi.msvc,
},
});
exe.setOutputDir("EFI/Boot");
Expand Down

0 comments on commit a779e42

Please sign in to comment.