mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-25 00:21:46 +00:00
Fix some basic build errors.
This commit is contained in:
committed by
Mitchell Hashimoto
parent
53423f1071
commit
c967a35abb
@@ -44,7 +44,7 @@ pub const Entry = struct {
|
||||
/// key value for Entry.
|
||||
const code_to_key = code_to_key: {
|
||||
@setEvalBranchQuota(5000);
|
||||
break :code_to_key std.ComptimeStringMap(Key, .{
|
||||
break :code_to_key std.StaticStringMap(Key).initComptime(.{
|
||||
.{ "KeyA", .a },
|
||||
.{ "KeyB", .b },
|
||||
.{ "KeyC", .c },
|
||||
|
||||
Reference in New Issue
Block a user