File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 .fingerprint = 0x645cd3e2b3f03958 ,
77
8- .minimum_zig_version = "0.15.0-dev.1092+d772c0627 " ,
8+ .minimum_zig_version = "0.15.0-dev.1552+b87b95868 " ,
99
1010 .dependencies = .{},
1111
Original file line number Diff line number Diff line change 11[tools ]
2- zig = " 0.14 "
2+ zig = " master "
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ const EachDllIncludes = blk: {
7272 .type = DllIncludes ,
7373 .default_value_ptr = & DllIncludes {},
7474 .is_comptime = false ,
75- .alignment = 0 ,
75+ .alignment = @alignOf ( DllIncludes ) ,
7676 }};
7777 }
7878
@@ -111,7 +111,7 @@ const ProxyFuncAddrs = blk: {
111111 .type = FuncAddr ,
112112 .default_value_ptr = @ptrCast (&@as (FuncAddr , null )),
113113 .is_comptime = false ,
114- .alignment = 0 ,
114+ .alignment = @alignOf ( FuncAddr ) ,
115115 }};
116116 }
117117 }
You can’t perform that action at this time.
0 commit comments