-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get the linker to use x64 target #169
Comments
Also reproed on Windows
|
@Seldom-SE you're likely running into #127, which was already fixed and merged. Feel free to install from |
In that sense this is also a duplicate of #126. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Despite setting the architecture
x build --device adb:emulator-5554 --arch x64
it still tries to use
aarch64-linux-android
(the emulator is x64)
The text was updated successfully, but these errors were encountered: