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.
1 parent 25674b7 commit 01f7c5bCopy full SHA for 01f7c5b
stdlib/public/core/CMakeLists.txt
@@ -109,7 +109,6 @@ set(SWIFTLIB_ESSENTIAL
109
Unmanaged.swift
110
UnsafeBufferPointer.swift.gyb
111
UnsafePointer.swift.gyb
112
- GroupInfo.json
113
)
114
115
# The complete list of sources in the core standard library. Includes
@@ -189,6 +188,7 @@ add_swift_library(swiftCore SHARED IS_STDLIB IS_STDLIB_CORE
189
188
FILE_DEPENDS
190
copy_shim_headers "${SWIFTLIB_DIR}/shims"
191
section_magic
+ ${GROUP_INFO_JSON_FILE}
192
LINK_FLAGS ${swift_core_link_flags}
193
PRIVATE_LINK_LIBRARIES ${swift_core_private_link_libraries}
194
FRAMEWORK_DEPENDS ${swift_core_framework_depends}
0 commit comments