x86_64 architecture not included by default

17 views
Skip to first unread message

Jeremy Bustamante

unread,
Feb 10, 2017, 8:59:42 PM2/10/17
to Python For Android
Is there any reason why the x86_64 architecture isn't included by default?

see build.py line 447:

        self.archs = (
            ArchARM(self),
            ArchARMv7_a(self),
            Archx86(self),
            ArchAarch_64(self),
            )
 

Alexander Taylor

unread,
Feb 21, 2017, 3:15:52 PM2/21/17
to Python For Android
This might just be an oversight, but it also might be that the 64 bit Arch hasn't been tested. Have you tried it?
Reply all
Reply to author
Forward
0 new messages