We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the command zig build results in a build error when using the current (albeit new) Zig compiler, zig 0.14.0:
zig build
0.14.0
$ mkdir zopengl $ cd zopengl $ git clone https://github.com/zig-gamedev/zopengl.git . $ zig version 0.14.0 $ zig build C:\Users\10aded\Documents\Temp\zopengl\build.zig.zon:2:13: error: expected enum literal .name = "zopengl", ^~~~~~~~~ $
The command zig build compiles the build script, and then zopengl itself, when zig is 0.14.0.
zopengl
zig
The text was updated successfully, but these errors were encountered:
While it doesn't build on the current version when you try and build the project itself. It seems to work fine for me if you use it as a library.
Sorry, something went wrong.
No branches or pull requests
Problem
Currently, the command
zig build
results in a build error when using the current (albeit new) Zig compiler, zig0.14.0
:Expected Behavior
The command
zig build
compiles the build script, and thenzopengl
itself, whenzig
is0.14.0
.The text was updated successfully, but these errors were encountered: