diff --git a/src/build.zig b/src/build.zig index a296d2c9a..48e93c326 100644 --- a/src/build.zig +++ b/src/build.zig @@ -1,7 +1,6 @@ const std = @import("std"); - -// This build script has been tested to work with zig master branch as of commit 87de821 or 14 May 2023 +// This has been tested to work with zig master branch as of commit 87de821 or May 14 2023 pub fn addRaylib(b: *std.Build, target: std.zig.CrossTarget, optimize: std.builtin.OptimizeMode) *std.Build.CompileStep { const raylib_flags = &[_][]const u8{ "-std=gnu99",