update to Zig 2024.10-mach (helps hexops/mach#1276)
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
55e6abda61
commit
26c5cb5d60
28 changed files with 192 additions and 203 deletions
|
|
@ -109,7 +109,7 @@ const linux_impl = struct {
|
|||
|
||||
// Populate symbol table.
|
||||
var sym_table: SymbolTable = undefined;
|
||||
inline for (@typeInfo(SymbolTable).Struct.fields) |field| {
|
||||
inline for (@typeInfo(SymbolTable).@"struct".fields) |field| {
|
||||
@field(sym_table, field.name) = dl.lookup(field.type, field.name ++ &[_:0]u8{}) orelse {
|
||||
log.err("libgamemode missing symbol '{s}'", .{field.name});
|
||||
return error.MissingSymbol;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue