File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -427,7 +427,6 @@ if("WASI" IN_LIST SWIFT_SDKS)
427
427
swift_install_in_component (FILES "${wasilibc_modulemap_source} "
428
428
DESTINATION "lib/swift/embedded/${arch_subdir} "
429
429
COMPONENT sdk-overlay )
430
- message (STATUS "wasilibc_modulemap_target_list is ${wasilibc_modulemap_target_list} " )
431
430
endif ()
432
431
433
432
set (wasilibc_apinotes_source "SwiftWASILibc.apinotes" )
@@ -503,8 +502,8 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
503
502
MODULE_DIR "${CMAKE_BINARY_DIR} /lib/swift/embedded"
504
503
SDK "embedded"
505
504
ARCHITECTURE "${arch} "
506
- ARCHITECTURE_SUBDIR_NAME "${mod } "
507
- DEPENDS embedded-stdlib-${mod } wasilibc_modulemap
505
+ ARCHITECTURE_SUBDIR_NAME "${triple } "
506
+ DEPENDS embedded-stdlib-${triple } wasilibc_modulemap
508
507
INSTALL_IN_COMPONENT sdk-overlay
509
508
)
510
509
add_dependencies (embedded-stdlib-platform embedded-stdlib-platform-${triple} )
You can’t perform that action at this time.
0 commit comments