summaryrefslogtreecommitdiffhomepage
path: root/src/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/build.zig')
-rw-r--r--src/build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.zig b/src/build.zig
index 27250f5f..53e07424 100644
--- a/src/build.zig
+++ b/src/build.zig
@@ -1,6 +1,6 @@
const std = @import("std");
-// This has been tested to work with zig master branch as of commit 87de821 or May 14 2023
+// This has been tested to work with zig 0.11.0 (67709b6, Aug 4 2023)
pub fn addRaylib(b: *std.Build, target: std.zig.CrossTarget, optimize: std.builtin.OptimizeMode, options: Options) *std.Build.CompileStep {
const raylib_flags = &[_][]const u8{
"-std=gnu99",