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 ad238ff + d8a879c commit a9d4c6eCopy full SHA for a9d4c6e
test/lit.cfg
@@ -1032,6 +1032,7 @@ elif run_os == 'linux-androideabi' or run_os == 'linux-android':
1032
config.target_sil_opt = ' '.join([
1033
config.sil_opt,
1034
'-target', config.variant_triple,
1035
+ android_include_paths_opt,
1036
resource_dir_opt, mcp_opt, config.sil_test_options])
1037
config.target_swift_ide_test = ' '.join([
1038
config.swift_ide_test,
0 commit comments