jmcnamara / libxlsxwriter

A C library for creating Excel XLSX files.
https://libxlsxwriter.github.io
Other
1.48k stars 330 forks source link

Update zig-build to v0.12.0 #440

Closed kassane closed 4 months ago

kassane commented 4 months ago

Release Notes: https://ziglang.org/download/0.12.0/release-notes.html

Previously, zlib dependency also needed build.zig in the repository. However, this new version finds the root path of dependencies and doesn't need to add build.zig at all.

zlib-src is the upstream. Everything goes back to that build.zig ( from this project)!

cc: @jmcnamara

jmcnamara commented 4 months ago

Merged. Thanks.