remove deprecated LazyPath.path union tag
This commit is contained in:
@@ -59,7 +59,6 @@ pub fn create(owner: *std.Build, options: Options) *ConfigHeader {
|
||||
if (options.style.getPath()) |s| default_include_path: {
|
||||
const sub_path = switch (s) {
|
||||
.src_path => |sp| sp.sub_path,
|
||||
.path => |path| path,
|
||||
.generated, .generated_dirname => break :default_include_path,
|
||||
.cwd_relative => |sub_path| sub_path,
|
||||
.dependency => |dependency| dependency.sub_path,
|
||||
|
||||
Reference in New Issue
Block a user