We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91500b7 commit 2017cddCopy full SHA for 2017cdd
subprojects/packagefiles/discord_social_sdk/android/meson.build
@@ -58,7 +58,7 @@ if host_machine.cpu_family() == 'arm'
58
arch_name = 'armeabi-v7a'
59
elif host_machine.cpu_family() == 'aarch64'
60
arch_name = 'arm64-v8a'
61
-elif host_machine.cpu_family() == 'x86' or ost_machine.cpu_family() == 'x86_64'
+elif host_machine.cpu_family() == 'x86' or host_machine.cpu_family() == 'x86_64'
62
# name is already correct
63
else
64
error('unsupported android architecture: ' + host_machine.cpu_family())
0 commit comments