|
|
@@ -56,7 +56,7 @@ if(CMAKE_ANDROID_STL_TYPE)
|
|
|
if(_ANDROID_STL_EXCEPTIONS OR _ANDROID_STL_RTTI)
|
|
|
string(APPEND CMAKE_${lang}_STANDARD_LIBRARIES " -lc++abi")
|
|
|
if(CMAKE_SYSTEM_VERSION LESS 21)
|
|
|
- list(APPEND CMAKE_${lang}_STANDARD_LIBRARIES "-landroid_support")
|
|
|
+ string(APPEND CMAKE_${lang}_STANDARD_LIBRARIES " -landroid_support")
|
|
|
endif()
|
|
|
endif()
|
|
|
endmacro()
|