| author | |
| committer | |
| log | 2c70c40499d260804d3e6441f6e8ff8b88378a8c |
| tree | ed77a413f70e9a43b649c393acdaae4a7be64c4d |
| parent | c56f3eae689012ca416e66e7bb049ebaad8ffeb7 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/compiler/configurer.zig+1-1| ... | ... | @@ -358,7 +358,7 @@ const Serialize = struct { |
| 358 | 358 | .link_libc = false, |
| 359 | 359 | }, |
| 360 | 360 | .prefix = .{ .value = if (a.prefix.len != 0) try wc.addString(a.prefix) else null }, |
| 361 | .suffix = .{ .value = try addOptionalString(s, a.suffix) }, | |
| 361 | .suffix = .{ .value = if (a.suffix.len != 0) try wc.addString(a.suffix) else null }, | |
| 362 | 362 | .basename = .{ .value = null }, |
| 363 | 363 | .path = .{ .value = try addLazyPath(s, a.lazy_path) }, |
| 364 | 364 | .producer = .{ .value = null }, |