#How to print which is the 'native' target?
1 messages · Page 1 of 1 (latest)
if you're on a recent version of master zig env will print it (since https://github.com/ziglang/zig/pull/11741), see the PR for an alternative for earlier versions using jq
From zig or on the command line?
zig run --show-builtin would print the contents of the builtin.zig file of that command, which includes the struct representing the target triple