We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a516e0 commit 874b8e6Copy full SHA for 874b8e6
pythonforandroid/archs.py
@@ -178,7 +178,7 @@ class Archx86_64(Arch):
178
arch = 'x86_64'
179
toolchain_prefix = 'x86_64'
180
command_prefix = 'x86_64-linux-android'
181
- platform_dir = 'arch-x86'
+ platform_dir = 'arch-x86_64'
182
183
def get_env(self, with_flags_in_cc=True):
184
env = super(Archx86_64, self).get_env(with_flags_in_cc)
0 commit comments