--SystemResearch
--SystemResearch
I did find that `ARCHFLAGS='-arch arm64 -arch arm64e -arch x86_64'` [worked OK with](https://stackoverflow.com/questions/75983186/install-update-a-perl-module-as-universal-x86-64-arm64/76094938#76094938) `cpanm`. Also, on macOS, binary Perl `.bundle` modules can be found and checked with a `find /Library/Perl...
@gugod Good point on scope, here, there situation... > ... personal use on a single computer instead of producing / distributing binary builds ... For clarification, this issue actually is...
@Leont A shapshot of findings relative to the current state of "universal binaries" and perl... > Why use ARCHFLAGS and not put it in ccflags/ldflags/lddlflags? Good question… there appears to...
@Leont Switching from a user to implementer perspective... > Why use ARCHFLAGS and not put it in ccflags/ldflags/lddlflags? Perhaps a meaningful difference is that `ARCHFLAGS` have broader designation within a...