zigtool icon indicating copy to clipboard operation
zigtool copied to clipboard

add musl support

Open developer-guy opened this issue 1 year ago • 1 comments

For Linux, you probably want musl (e.g. x86_64-linux-musl) because your resulting binary will be statically linked and thus work on all Linux distributions. However, if you prefer to interact with the system glibc, such as on Ubuntu, you can specify gnu (e.g. x86_64-linux-gnu).

developer-guy avatar Feb 25 '23 11:02 developer-guy