Skip to content

Don't link against stdc++ on Android

Tom Hughes requested to merge thughes/cmake:ndk-nostdc++ into master

See #17863 (closed)

The exact STL to link is already configured, so we shouldn't let the compiler add stdc++ (the default) when invoking the linker.


Superseded-by: !1919 (merged)

Edited by Brad King

Merge request reports