Skip to content

Commit

Permalink
Update build.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
basdp committed Oct 9, 2024
1 parent 12ffe12 commit 259fb25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub fn build(b: *std.Build) !void {
if (target.result.os.tag == .windows) {
// Force the MSVC ABI, as Skia requires that
target.query.abi = .msvc;
target.result.abi = .msvc;
}

// Standard optimization options allow the person running `zig build` to select
Expand Down

0 comments on commit 259fb25

Please sign in to comment.