8000 Update archs.py · DXCanas/python-for-android@874b8e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 874b8e6

Browse files
Update archs.py
1 parent 8a516e0 commit 874b8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/archs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class Archx86_64(Arch):
178178
arch = 'x86_64'
179179
toolchain_prefix = 'x86_64'
180180
command_prefix = 'x86_64-linux-android'
181-
platform_dir = 'arch-x86'
181+
platform_dir = 'arch-x86_64'
182182

183183
def get_env(self, with_flags_in_cc=True):
184184
env = super(Archx86_64, self).get_env(with_flags_in_cc)

0 commit comments

Comments
 (0)
0