File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Runtimes/Core/cmake/modules Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ if(NOT SwiftCore_PLATFORM_SUBDIR)
30
30
endif ()
31
31
32
32
if (NOT SwiftCore_ARCH_SUBDIR )
33
- string (JSON platform GET "${target_info_json} " "target" "arch" )
34
- set (SwiftCore_PLATFORM_SUBDIR "${platform } " CACHE STRING "Architecture name used for installed swift{doc,module,interface} files " )
35
- mark_as_advanced (SwiftCore_PLATFORM_SUBDIR )
33
+ string (JSON arch GET "${target_info_json} " "target" "arch" )
34
+ set (SwiftCore_ARCH_SUBDIR "${arch } " CACHE STRING "Architecture used for setting the architecture subdirectory " )
35
+ mark_as_advanced (SwiftCore_ARCH_SUBDIR )
36
36
37
- message (CONFIGURE_LOG "Swift platform : ${platform } " )
37
+ message (CONFIGURE_LOG "Swift Arch : ${arch } " )
38
38
endif ()
You can’t perform that action at this time.
0 commit comments