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 ae5425c commit a22e3bbCopy full SHA for a22e3bb
cmake/modules/SwiftSupport.cmake
@@ -77,7 +77,7 @@ endfunction()
77
# Usage:
78
# get_swift_host_arch(result_var_name)
79
#
80
-# If the current architecture is supportedi by Swift, sets ${result_var_name}
+# If the current architecture is supported by Swift, sets ${result_var_name}
81
# with the sanitized host architecture name derived from CMAKE_SYSTEM_PROCESSOR.
82
function(get_swift_host_arch result_var_name)
83
if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64")
0 commit comments