Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't build with RGFW #159

Open
menguele opened this issue Oct 15, 2024 · 1 comment
Open

Won't build with RGFW #159

menguele opened this issue Oct 15, 2024 · 1 comment

Comments

@menguele
Copy link

It seems it won't compile against RGFW, even after changing zig.build it will still compile against GLFW
my partial zig.build

    const raylib_dep = b.dependency("raylib-zig", .{
        .target = target,
        .optimize = optimize,
        .shared = true,
        .platform = .rgfw,
    });
@HaxSam
Copy link

HaxSam commented Nov 22, 2024

I figured out what the problem is, look here: raysan5/raylib#4358 (comment)
I already made a fix, hope the PR gets merged quick: raysan5/raylib#4531

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants