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 5567e77 + 05e9186 commit e506c04Copy full SHA for e506c04
CMakeLists.txt
@@ -63,7 +63,7 @@ endif()
63
if(NOT BUILD_SHARED_LIBS)
64
set_property(GLOBAL APPEND PROPERTY Foundation_EXPORTS
65
CoreFoundation CFXMLInterface CFURLSessionInterface)
66
- install(TARGETS CoreFoundation CXFXMLInterface CFURLSessionInterface
+ install(TARGETS CoreFoundation CFXMLInterface CFURLSessionInterface
67
DESTINATION lib/swift_static/$<LOWER_CASE:${CMAKE_SYSTEM_NAME}>)
68
endif()
69
# TODO(compnerd) install as a Framework as that is how swift actually is built
0 commit comments