rename std.Build.LibExeObjStep to std.Build.CompileStep
This matches the nomenclature internally: a Compilation is the main type that represents a single invokation of the compiler.
This commit is contained in:
@@ -97,8 +97,10 @@ pub const zig = @import("zig.zig");
|
||||
pub const start = @import("start.zig");
|
||||
|
||||
///// Deprecated. Use `std.Build` instead.
|
||||
///// TODO: remove this after releasing 0.11.0
|
||||
//pub const build = struct {
|
||||
// /// Deprecated. Use `std.Build` instead.
|
||||
// /// TODO: remove this after releasing 0.11.0
|
||||
// pub const Builder = Build;
|
||||
//};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user