|
|
|
|
|
by AndyKelley
3370 days ago
|
|
If you depend on Zig then you only depend on Zig to produce a binary or library for any system. If you depend on Nim then you depend on Nim, a C compiler, and a linker. And I hope your C compiler supports cross compiling out of the box. It probably doesn't. |
|
It's a small number of build dependencies.
> I hope your C compiler supports cross compiling out of the box.
It does.