Skip to content

Commit

Permalink
build.zig: remove log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Aug 6, 2023
1 parent 38844ab commit 24a47f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ pub fn build(b: *Build) void {
const target = b.standardTargetOptions(.{});
const optimize = b.standardOptimizeOption(.{});

std.log.warn("sokol target cpu: {?}", .{target.getCpu().arch});
std.log.warn("sokol target os_tag: {?}", .{target.os_tag});
std.log.warn("sokol sysroot: {?s}", .{b.sysroot});

const mod_sokol = b.addModule("sokol", .{ .source_file = .{ .path = "src/sokol/sokol.zig" } });

const lib_sokol = buildLibSokol(b, .{
Expand Down

0 comments on commit 24a47f1

Please sign in to comment.