Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an apparent typo involved in detecting toolchains.
If __availableToolchains is falsish, file( GLOB __availableToolchainsLst ... won't do anything to change that, so the following if statement is always false.
- Loading branch information