actonlang / acton

The Acton Programming Language
https://www.acton-lang.org/
BSD 3-Clause "New" or "Revised" License
80 stars 7 forks source link

Don't build deps #1846

Closed plajjan closed 2 months ago

plajjan commented 3 months ago

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!

plajjan commented 2 months ago

This is really a duplicate of #1871 or the other way around, so closing this one! It's done!