We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6378644 commit f1b536cCopy full SHA for f1b536c
lib/std/build.zig
@@ -1469,13 +1469,13 @@ pub const Step = struct {
1469
}
1470
};
1471
1472
-const VcpkgRoot = union(VcpkgRootStatus) {
+pub const VcpkgRoot = union(VcpkgRootStatus) {
1473
unattempted: void,
1474
not_found: void,
1475
found: []const u8,
1476
1477
1478
-const VcpkgRootStatus = enum {
+pub const VcpkgRootStatus = enum {
1479
unattempted,
1480
not_found,
1481
found,
0 commit comments