File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,9 @@ foreach(sdk ${SWIFT_SDKS})
238238 set (concurrency_libs "-ldispatch -lBlocksRuntime" )
239239 endif ()
240240
241+ message (STATUS "SWIFT_CONCURRENCY_USES_DISPATCH value is ${SWIFT_CONCURRENCY_USES_DISPATCH} " )
242+ message (STATUS "concurrency_libs value is ${concurrency_libs} " )
243+
241244 set (linkfile ${lowercase_sdk} /static -stdlib-args.lnk)
242245 file (WRITE "${SWIFTSTATICLIB_DIR} /${linkfile} " "
243246-ldl
@@ -251,6 +254,10 @@ ${concurrency_libs}
251254-Xlinker --exclude-libs
252255-Xlinker ALL" )
253256
257+ set (final_linkfile_contents)
258+ file (READ "${SWIFTSTATICLIB_DIR} /${linkfile} " final_linkfile_contents)
259+ message (STATUS "${SWIFTSTATICLIB_DIR} /${linkfile} contains this: ${final_linkfile_contents} " )
260+
254261 swift_install_in_component(FILES "${SWIFTSTATICLIB_DIR} /${linkfile} "
255262 DESTINATION "lib/swift_static/${lowercase_sdk} "
256263 COMPONENT stdlib)
You can’t perform that action at this time.
0 commit comments