1
0
mirror of https://github.com/ratfactor/ziglings synced 2024-09-26 01:20:58 +02:00
ziglings/src
Manlio Perillo 5bf14ffa19 build: restore compatibility support again
Commit e214c44 (build: update ZiglingStep to the new API) broke again
the compatibility support for old compilers, due to the use of the
multi-object for loop syntax.

Move the Zig IPC support code to src/ipc.zig.

Use the while statement, instead of the for statement.
2023-04-18 12:22:30 +02:00
..
compat.zig Update the code to the new zig version 2023-04-12 18:50:30 +02:00
ipc.zig build: restore compatibility support again 2023-04-18 12:22:30 +02:00