Skip to content

Commit e90af2b

Browse files
authored
Merge pull request #83068 from compnerd/android-install
Runtimes: correct the Android overlay install more precisely
2 parents de068cb + 505827e commit e90af2b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Runtimes/Overlay/Android/clang/CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ target_compile_options(SwiftAndroid INTERFACE
3030

3131
install(FILES
3232
android.modulemap
33-
posix_filesystem.apinotes
34-
spawn.apinotes
3533
SwiftAndroidNDK.h
3634
SwiftBionic.h
3735
DESTINATION ${CMAKE_INSTALL_LIBDIR}/swift/${SwiftOverlay_PLATFORM_SUBDIR}/${SwiftOverlay_ARCH_SUBDIR})
36+
37+
install(FILES
38+
posix_filesystem.apinotes
39+
spawn.apinotes
40+
DESTINATION ${CMAKE_INSTALL_LIBDIR}/swift/apinotes)

0 commit comments

Comments
 (0)