1 parent 2c9c478 commit bf1679aCopy full SHA for bf1679a
1 file changed
src/Raylib.NET.Native/build.zig
@@ -75,9 +75,9 @@ pub fn build(b: *std.Build) !void {
75
rl.OpenglVersion.gl_4_3;
76
77
const platform = if (target.result.os.tag == .emscripten)
78
- rl.PlatformBackend.rgfw
+ rl.PlatformBackend.glfw
79
else
80
- rl.PlatformBackend.sdl3;
+ rl.PlatformBackend.rgfw;
81
82
// Get raylib options for configuring the build
83
const options = rl.Options{
0 commit comments