Skip to main content
Version: Zig 0.11.0

Builder

Zig's std.Build type contains the information used by the build runner. This includes information such as:

  • the build target
  • the release mode
  • locations of libraries
  • the install path
  • build steps