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 c7ea92a commit 0ab8788Copy full SHA for 0ab8788
cmake/modules/AddSwift.cmake
@@ -362,7 +362,7 @@ function(_add_variant_link_flags)
362
"-ldl" "-llog" "-latomic"
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_NDK_PATH}/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/arm-linux-androideabi/lib/armv7-a"
+ "${SWIFT_ANDROID_PREBUILT_PATH}/arm-linux-androideabi/lib/armv7-a"
366
"${SWIFT_ANDROID_PREBUILT_PATH}/lib/gcc/arm-linux-androideabi/${SWIFT_ANDROID_NDK_GCC_VERSION}.x")
367
else()
368
# If lto is enabled, we need to add the object path flag so that the LTO code
0 commit comments