mach: fix compilation on latest zig
This commit is contained in:
parent
3b162fdd7c
commit
457986bb33
1 changed files with 1 additions and 1 deletions
|
|
@ -180,5 +180,5 @@ pub fn msgSend(obj: anytype, sel_name: [:0]const u8, args: anytype, comptime Ret
|
||||||
var func = @ptrCast(FnType, &objc.objc_msgSend);
|
var func = @ptrCast(FnType, &objc.objc_msgSend);
|
||||||
const sel = objc.sel_getUid(@ptrCast([*c]const u8, sel_name));
|
const sel = objc.sel_getUid(@ptrCast([*c]const u8, sel_name));
|
||||||
|
|
||||||
return @call(.{}, func, .{ obj, sel } ++ args);
|
return @call(.auto, func, .{ obj, sel } ++ args);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue