| author | |
| committer | |
| log | a9e0eb5340bb60547fb8badc3591d9ffca415ac7 |
| tree | 24a003b9139526ef74b100c3e9ccf5654da1ec4a |
| parent | 66f0564c3a3f122bb50eabaa1bf9a2bb0fa0562d |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Build/Step/Compile.zig+1| ... | @@ -25,6 +25,7 @@ root_module: *Module, | ... | @@ -25,6 +25,7 @@ root_module: *Module, |
| 25 | name: []const u8, | 25 | name: []const u8, |
| 26 | linker_script: ?LazyPath = null, | 26 | linker_script: ?LazyPath = null, |
| 27 | version_script: ?LazyPath = null, | 27 | version_script: ?LazyPath = null, |
| 28 | /// Deprecated. | ||
| 28 | out_filename: []const u8, | 29 | out_filename: []const u8, |
| 29 | linkage: ?std.builtin.LinkMode = null, | 30 | linkage: ?std.builtin.LinkMode = null, |
| 30 | version: ?std.SemanticVersion, | 31 | version: ?std.SemanticVersion, |