jhuntwork / merelinux

A lightweight Linux distribution using musl libc, pacman and s6
MIT License
83 stars 8 forks source link

Add zig package #564

Open jhuntwork opened 1 year ago

jhuntwork commented 1 year ago

I have a working local version of 0.10, but 0.11 doesn't currently build on mere due to /usr/bin/env being a static binary (symlink to busybox which is static).

Related to https://github.com/ziglang/zig/issues/14577