mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 20:53:54 +02:00
use shared libc++ to reduce shared lib size
This commit is contained in:
parent
ae87f966c8
commit
a94fe62b37
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ if (USE_ANDROID_TOOLCHAIN)
|
|||
set(CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/android/android.toolchain.cmake")
|
||||
set(ANDROID_NATIVE_API_LEVEL 19)
|
||||
set(ANDROID_TOOLCHAIN_NAME arm-linux-androideabi-clang3.5)
|
||||
set(ANDROID_STL c++_static)
|
||||
set(ANDROID_STL c++_shared)
|
||||
endif ()
|
||||
|
||||
if (WIN32)
|
||||
|
|
Loading…
Reference in a new issue