Skip to content

Commit bf1679a

Browse files
committed
fix for reael
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
1 parent 2c9c478 commit bf1679a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Raylib.NET.Native/build.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ pub fn build(b: *std.Build) !void {
7575
rl.OpenglVersion.gl_4_3;
7676

7777
const platform = if (target.result.os.tag == .emscripten)
78-
rl.PlatformBackend.rgfw
78+
rl.PlatformBackend.glfw
7979
else
80-
rl.PlatformBackend.sdl3;
80+
rl.PlatformBackend.rgfw;
8181

8282
// Get raylib options for configuring the build
8383
const options = rl.Options{

0 commit comments

Comments
 (0)