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 f7e3991 commit 2767c64Copy full SHA for 2767c64
swift/toolchains/config/compile_config.bzl
@@ -464,7 +464,8 @@ def compile_action_configs(
464
SWIFT_ACTION_PRECOMPILE_C_MODULE,
465
],
466
configurators = [
467
- add_arg("-Xcc", "-working-directory=."),
+ add_arg("-Xcc", "-working-directory"),
468
+ add_arg("-Xcc", "."),
469
470
features = [[
471
SWIFT_FEATURE_EMIT_C_MODULE,
0 commit comments