No need to build the external library dependencies, we should just include them in dist and then let zigbuilder build them once we're building an actual project... that's already really what's happening but due to shortcomings of zig in previous versions, this didn't work for headers, so we had to build the libs to install the headers and then we also got the lib archives.
Anyway, we should be able to stop building the deps now!
No need to build the external library dependencies, we should just include them in dist and then let zigbuilder build them once we're building an actual project... that's already really what's happening but due to shortcomings of zig in previous versions, this didn't work for headers, so we had to build the libs to install the headers and then we also got the lib archives.
Anyway, we should be able to stop building the deps now!