std.Build.Step.Compile: deprecate out_filename

This commit is contained in:
Andrew Kelley
2026-05-25 19:20:40 -07:00
parent 66f0564c3a
commit a9e0eb5340
+1
View File
@@ -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,