Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Update Android NDK llvm toolchains directory name #2048

Merged

Conversation

adamszewe
Copy link
Contributor

@adamszewe adamszewe commented Feb 1, 2024

The current setup uses:

PLATFORM_DIRS = {
    'Windows': 'windows-x86_64',
    'Linux': 'linux-x86_64',
    'Darwin': 'darwin-x86-64',
}

I think the Darwin config has been configured like this by mistake.
Trying to build the app fails because nativeBuild task fail because it cannot locate the toolchain.
Maybe in the past darwin-x86-64 worked but I see the toolchains under x86_64 directory now.
And with x86_64 the build works of course 😄 .

@adamszewe adamszewe marked this pull request as ready for review February 1, 2024 08:28
@imsodin imsodin merged commit 878f31a into syncthing:main Feb 2, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants