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.
2 parents fe83f98 + 33bd600 commit 034b6d6Copy full SHA for 034b6d6
test/lit.cfg
@@ -1954,6 +1954,8 @@ if swift_execution_tests_extra_flags:
1954
relative_platform_module_dir_prefix = ''
1955
if platform.system() != 'Darwin':
1956
relative_platform_module_dir_prefix = os.path.join(config.target_sdk_name, run_cpu)
1957
+ if platform.system() == 'OpenBSD':
1958
+ relative_platform_module_dir_prefix = os.path.join(config.target_sdk_name, target_arch)
1959
platform_module_dir = make_path(test_resource_dir, config.target_sdk_name)
1960
1961
platform_dylib_dir = platform_module_dir
0 commit comments