Skip to content

Commit 2eff7e9

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents 53d799f + e90af2b commit 2eff7e9

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)