mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 22:09:49 +00:00
expose VcpkgRoot so that build script can call exe.addVcpkgPath
This commit is contained in:
parent
6378644d4e
commit
f1b536c44c
@ -1469,13 +1469,13 @@ pub const Step = struct {
|
||||
}
|
||||
};
|
||||
|
||||
const VcpkgRoot = union(VcpkgRootStatus) {
|
||||
pub const VcpkgRoot = union(VcpkgRootStatus) {
|
||||
unattempted: void,
|
||||
not_found: void,
|
||||
found: []const u8,
|
||||
};
|
||||
|
||||
const VcpkgRootStatus = enum {
|
||||
pub const VcpkgRootStatus = enum {
|
||||
unattempted,
|
||||
not_found,
|
||||
found,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user