Standardised the note in the build.zig files

This commit is contained in:
Talha Qamar 2023-05-14 05:38:30 +05:00
parent 8159b18ba8
commit f50891f90e

View File

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