authorgravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2026-07-01 19:39:20-07:00
committergravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2026-07-01 19:39:20-07:00
logf1531406979b7c196ec535008a159b5f411cf78f
tree980454a205ff9d028bc3dea46a07f01152a146cc
parentaf9676049a08827bfca33a05f9c2c763ca502fb2

Add missed deprecation notice to `Compile.Options.win32_manifest`

See https://codeberg.org/ziglang/zig/pulls/35999

1 files changed, 3 insertions(+), 0 deletions(-)

lib/std/Build/Step/Compile.zig+3
...@@ -286,6 +286,9 @@ pub const Options = struct {...@@ -286,6 +286,9 @@ pub const Options = struct {
286 use_llvm: ?bool = null,286 use_llvm: ?bool = null,
287 use_lld: ?bool = null,287 use_lld: ?bool = null,
288 zig_lib_dir: ?LazyPath = null,288 zig_lib_dir: ?LazyPath = null,
289 /// Deprecated. This functionality will be moved to an external package:
290 /// https://codeberg.org/ziglang/rc
291 ///
289 /// Embed a `.manifest` file in the compilation if the object format supports it.292 /// Embed a `.manifest` file in the compilation if the object format supports it.
290 /// https://learn.microsoft.com/en-us/windows/win32/sbscs/manifest-files-reference293 /// https://learn.microsoft.com/en-us/windows/win32/sbscs/manifest-files-reference
291 /// Manifest files must have the extension `.manifest`.294 /// Manifest files must have the extension `.manifest`.