| author | |
| committer | |
| log | f1b536c44c2854b33a1541624711e006748469a3 |
| tree | 87a92319eada49f3b8c1a2d772cca5bc3860fd71 |
| parent | 6378644d4ea561a79edf44056609681e6d1438d1 |
1 files changed, 2 insertions(+), 2 deletions(-)
lib/std/build.zig+2-2| ... | ... | @@ -1469,13 +1469,13 @@ pub const Step = struct { |
| 1469 | 1469 | } |
| 1470 | 1470 | }; |
| 1471 | 1471 | |
| 1472 | const VcpkgRoot = union(VcpkgRootStatus) { | |
| 1472 | pub const VcpkgRoot = union(VcpkgRootStatus) { | |
| 1473 | 1473 | unattempted: void, |
| 1474 | 1474 | not_found: void, |
| 1475 | 1475 | found: []const u8, |
| 1476 | 1476 | }; |
| 1477 | 1477 | |
| 1478 | const VcpkgRootStatus = enum { | |
| 1478 | pub const VcpkgRootStatus = enum { | |
| 1479 | 1479 | unattempted, |
| 1480 | 1480 | not_found, |
| 1481 | 1481 | found, |