https://github.com/Kitware/CMake
Revision 43f4326ece5035a5a028a7bb90a67c193804c997 authored by Brad King on 21 October 2016, 12:23:38 UTC, committed by Brad King on 21 October 2016, 12:42:25 UTC
Add missing "unwind" and "atomic" libraries needed for this combination.
See `${ndk}/sources/cxx-stl/llvm-libc++/libs/armeabi/libc++.a` for the
libraries the NDK uses.

Issue: #16380
1 parent a0c539b
Raw File
Tip revision: 43f4326ece5035a5a028a7bb90a67c193804c997 authored by Brad King on 21 October 2016, 12:23:38 UTC
Android: Fix support for armeabi with c++_static
Tip revision: 43f4326
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top