1
0
Fork 0
mirror of https://codeberg.org/andyscott/ziglings.git synced 2025-01-09 21:35:55 -05:00
ziglings/src
Manlio Perillo b39c7e61ef 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