zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 51baea184bb2bcfb325caf3c5051118deadc319d (tree)
parent 480061d2c999375be1442d14451da15d6662e67d
Author: nebulaeonline <linux@nebulae.online>
Date:   Sun, 23 Dec 2018 23:46:45 -0500

Yet another git user error remnant fixed

Diffstat:
Msrc/target.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/target.cpp b/src/target.cpp @@ -397,6 +397,8 @@ const char *get_target_os_name(Os os_type) { return "freestanding"; case OsZen: return "zen"; + case OsUefi: + return "uefi"; case OsAnanas: case OsCloudABI: case OsDragonFly: