Skip to content

Commit

Permalink
Merge pull request taka-no-me#47 from OSVR/apparent-typo-fix
Browse files Browse the repository at this point in the history
Fix an apparent typo involved in detecting toolchains.
  • Loading branch information
Andrey Kamaev committed May 17, 2015
2 parents 9ff1440 + 75eb74f commit 556cc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android.toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ if( BUILD_WITH_ANDROID_NDK )
endif()
if( NOT __availableToolchains )
file( GLOB __availableToolchainsLst RELATIVE "${ANDROID_NDK_TOOLCHAINS_PATH}" "${ANDROID_NDK_TOOLCHAINS_PATH}/*" )
if( __availableToolchains )
if( __availableToolchainsLst )
list(SORT __availableToolchainsLst) # we need clang to go after gcc
endif()
__LIST_FILTER( __availableToolchainsLst "^[.]" )
Expand Down

0 comments on commit 556cc14

Please sign in to comment.