#How I can see a complete list of available targets?
1 messages · Page 1 of 1 (latest)
zig targets outputs a JSON object that lists all supported targets
uhm, it's a quite big output
I can't find what I should use for a mac universal build
there is no such target at the moment
True. For now you can build for x86_64 and arm separately and make a UB with lipo on mac.
If you're having trouble browsing the output of the command, jq can make it a little easier to navigate.