| ... | ... | @@ -286,6 +286,9 @@ pub const Options = struct { |
| 286 | 286 | use_llvm: ?bool = null, |
| 287 | 287 | use_lld: ?bool = null, |
| 288 | 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 | 292 | /// Embed a `.manifest` file in the compilation if the object format supports it. |
| 290 | 293 | /// https://learn.microsoft.com/en-us/windows/win32/sbscs/manifest-files-reference |
| 291 | 294 | /// Manifest files must have the extension `.manifest`. |