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.
2 parents b393819 + a337076 commit cbc8404Copy full SHA for cbc8404
Runtimes/Overlay/Android/clang/CMakeLists.txt
@@ -30,11 +30,8 @@ target_compile_options(SwiftAndroid INTERFACE
30
31
install(FILES
32
android.modulemap
33
+ posix_filesystem.apinotes
34
+ spawn.apinotes
35
SwiftAndroidNDK.h
36
SwiftBionic.h
37
DESTINATION ${CMAKE_INSTALL_LIBDIR}/swift/${SwiftOverlay_PLATFORM_SUBDIR}/${SwiftOverlay_ARCH_SUBDIR})
-
-install(FILES
38
- posix_filesystem.apinotes
39
- spawn.apinotes
40
- DESTINATION ${CMAKE_INSTALL_LIBDIR}/swift$<$<NOT:$<BOOL:${BUILD_SHARED_LIBS}>>:_static>/apinotes)
0 commit comments