Skip to content

Commit

Permalink
build: disable slide-viewer on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zenith391 committed Feb 5, 2023
1 parent 2ab0313 commit 925b205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub fn build(b: *std.Build) !void {
defer examplesDir.close();

const broken = switch (target.getOsTag()) {
.windows => &[_][]const u8{ "osm-viewer", "fade" },
.windows => &[_][]const u8{ "osm-viewer", "fade", "slide-viewer" },
else => &[_][]const u8{"osm-viewer"},
};

Expand Down

0 comments on commit 925b205

Please sign in to comment.