We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bd098 commit 304f556Copy full SHA for 304f556
cmake/modules/AddSwift.cmake
@@ -359,7 +359,7 @@ function(_add_variant_link_flags)
359
endif()
360
elseif("${LFLAGS_SDK}" STREQUAL "ANDROID")
361
list(APPEND result
362
- "-ldl" "-llog" "-latomic"
+ "-ldl" "-llog" "-latomic" "-licudata" "-licui18n" "-licuuc"
363
"${SWIFT_ANDROID_NDK_PATH}/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/libc++_shared.so")
364
list(APPEND library_search_directories
365
"${SWIFT_ANDROID_PREBUILT_PATH}/arm-linux-androideabi/lib/armv7-a"
0 commit comments