summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Android/check_binary.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Android: Suppress implicit -lstdc++ linker flagBrad King2018-04-031-0/+8
The chosen STL libraries are already linked explicitly so we shouldn't let the compiler add its implicit `-lstdc++` (the default) when invoking the linker. Fixes: #17863 NDK-Issue: https://github.com/android-ndk/ndk/issues/105 Inspired-by: Tom Hughes <tomtheengineer@gmail.com>