Skip to content

zopengl doesn't currently build in zig 0.14.0 #11

@10aded

Description

@10aded

Problem

Currently, the command zig build results in a build error when using the current (albeit new) Zig compiler, zig 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",
            ^~~~~~~~~
$

Expected Behavior

The command zig build compiles the build script, and then zopengl itself, when zig is 0.14.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions