syncthing-android/syncthing
Adam Szewera 878f31a2aa
Update Android NDK llvm toolchains directory name (#2048)
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 😄 .
2024-02-02 20:26:21 +01:00
..
src/github.com/syncthing Updated Syncthing to v1.27.3-rc.2 2024-01-27 07:28:29 +01:00
.gitignore Revert "Revert build script changes" 2017-10-24 14:55:28 +09:00
build-syncthing.py Update Android NDK llvm toolchains directory name (#2048) 2024-02-02 20:26:21 +01:00
build.gradle.kts Refactor groovy gradle files to kotlin dsl (#2022) 2023-12-28 22:37:27 +01:00