<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class="">On Apr 28, 2022, at 5:53 AM, John Hoyt <<a href="mailto:john.hoyt@gmail.com" class="">john.hoyt@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class="">On Wed, Apr 27, 2022 at 7:49 PM James <<a href="mailto:jam@tigger.ws" class="">jam@tigger.ws</a>> wrote:<br class=""></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">John<br class="">
your mac dmg on sourceforge are tagged 'i386'. Should that not be x86 to differentiate from ARM.<br class="">
IIRC since catelina macosx has not supported 32 bit (which is what i386 says)<br class=""></blockquote><div class=""><br class=""></div><div class="">To automate the architecture tagging, the compile script uses the output of "/usr/bin/arch" which on intel outputs i386, on ARM outputs arm64. This is the case even on Big Sur and Monterey which do not support 32bit..</div><div class=""><br class=""></div><div class="">This is the simplest mechanism to automate tagging an architecture. Feel free to suggest another one line command for tagging the filename and I'll consider modifying it, otherwise, I do not see any real issues staying with the same mechanism since it's what Apple seems to prefer.</div></div></div></div></blockquote><br class=""></div><div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">$ uname -m</span></div><div style="margin: 0px; font-stretch: normal; font-size: 10px; line-height: normal; font-family: Monaco;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">x86_64</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Craig</span></div></div><br class=""></body></html>