Skip to content

Commit 7d1ddcc

Browse files
authored
Merge pull request #82416 from compnerd/android-failures
Runtimes: adjust for incorrect Android behaviour
2 parents e232273 + 104eb77 commit 7d1ddcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtimes/Overlay/Android/clang/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install(FILES
3232
android.modulemap
3333
SwiftAndroidNDK.h
3434
SwiftBionic.h
35-
DESTINATION ${CMAKE_INSTALL_LIBDIR}/swift$<$<NOT:$<BOOL:${BUILD_SHARED_LIBS}>>:_static>/${SwiftOverlay_PLATFORM_SUBDIR}/${SwiftOverlay_ARCH_SUBDIR})
35+
DESTINATION ${CMAKE_INSTALL_LIBDIR}/swift/${SwiftOverlay_PLATFORM_SUBDIR}/${SwiftOverlay_ARCH_SUBDIR})
3636

3737
install(FILES
3838
posix_filesystem.apinotes

0 commit comments

Comments
 (0)