zls/src/build_associated_config.zig
2021-06-18 13:22:37 +01:00

9 lines
350 B
Zig

// Configuration options related to a specific `BuildFile`.
/// If provided this path is used when resolving `@import("builtin")`
/// It is relative to the directory containing the `build.zig`
///
/// This file should contain the output of:
/// `zig build-exe/build-lib/build-obj --show-builtin <options>`
relative_builtin_path: ?[]const u8 = null,