tinyproxy / tinyproxy

tinyproxy - a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
GNU General Public License v2.0
4.67k stars 645 forks source link

Add Zig build system #525

Open mr6r4y opened 5 months ago

mr6r4y commented 5 months ago

Make the project able to build through Zig. That can easily make it cross-compile to other platforms.

rofl0r commented 5 months ago

cross-compile is already easy: CC=arm-linux-musl-gcc ./configure --host=arm-linux-musl