mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-02 23:28:07 +03:00
std.Build.Step.Compile: deprecate out_filename
This commit is contained in:
@@ -25,6 +25,7 @@ root_module: *Module,
|
||||
name: []const u8,
|
||||
linker_script: ?LazyPath = null,
|
||||
version_script: ?LazyPath = null,
|
||||
/// Deprecated.
|
||||
out_filename: []const u8,
|
||||
linkage: ?std.builtin.LinkMode = null,
|
||||
version: ?std.SemanticVersion,
|
||||
|
||||
Reference in New Issue
Block a user