From f50891f90ebe23d32585cff932a7b3e66a0c5717 Mon Sep 17 00:00:00 2001 From: Talha Qamar Date: Sun, 14 May 2023 05:38:30 +0500 Subject: [PATCH] Standardised the note in the build.zig files --- src/build.zig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",