This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 😄 .
- Loading branch information