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 35a2f17 commit c75793fCopy full SHA for c75793f
test/lit.cfg
@@ -1759,6 +1759,9 @@ config.substitutions.append(('%module-target-future', target_future))
1759
# Add 'target-sdk-name' as the name for platform-specific directories
1760
config.substitutions.append(('%target-sdk-name', config.target_sdk_name))
1761
1762
+# Also add 'target-arch' so we can locate some things inside the build tree
1763
+config.substitutions.append(('%target-arch', target_arch))
1764
+
1765
# Add 'stdlib_dir' as the path to the stdlib resource directory
1766
stdlib_dir = os.path.join(config.swift_lib_dir, "swift")
1767
if run_os == 'maccatalyst':
0 commit comments