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 6b61574 + f2d06d1 commit 2f584b5Copy full SHA for 2f584b5
test/lit.cfg
@@ -1413,6 +1413,10 @@ elif run_os == 'linux-androideabi' or run_os == 'linux-android':
1413
config.swift_symbolgraph_extract,
1414
'-target', config.variant_triple,
1415
mcp_opt])
1416
+ config.target_swift_api_extract = ' '.join([
1417
+ config.swift_api_extract,
1418
+ '-target', config.variant_triple,
1419
+ '-sdk', shell_quote(config.variant_sdk)])
1420
config.target_swift_ide_test = ' '.join([
1421
config.swift_ide_test,
1422
0 commit comments