mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
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>
5 lines
34 B
C++
5 lines
34 B
C++
int android_lib()
|
|
{
|
|
return 0;
|
|
}
|