Skip to content

Commit

Permalink
Fix build.zig (#4374)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedeon authored Oct 10, 2024
1 parent 454acca commit c4be013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub fn addRaylib(b: *std.Build, target: std.Build.ResolvedTarget, optimize: std.
.rshapes = options.rshapes,
.rtext = options.rtext,
.rtextures = options.rtextures,
.platform_drm = options.platform_drm,
.platform = options.platform,
.shared = options.shared,
.linux_display_backend = options.linux_display_backend,
.opengl_version = options.opengl_version,
Expand Down

0 comments on commit c4be013

Please sign in to comment.