Closed gugod closed 1 month ago
On macOS, archname do not contain arch like the way it is on linux:
archname
# perl -V:archname archname='darwin-2level';
But myarchname does:
# perl -V:myarchname myarchname='arm64-darwin';
On macOS,
archname
do not contain arch like the way it is on linux:But myarchname does: