[Rpm-maint] [rpm-software-management/rpm] Support building on arm64 macOS (#1460)
Morgan Thomas
notifications at github.com
Wed Dec 16 16:28:42 UTC 2020
@digitalagedragon commented on this pull request.
> @@ -1039,6 +1039,8 @@ static void defaultMachine(rpmrcCtx ctx, const char ** arch, const char ** os)
strcpy(un.machine, "i386");
#elif defined(__x86_64__)
strcpy(un.machine, "x86_64");
+#elif defined(__arm64__)
Sure, done.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1460#discussion_r544440547
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20201216/5d2521d8/attachment.html>
More information about the Rpm-maint
mailing list