Skip to content

Commit

Permalink
Include headers in remote_download_regex
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburghard committed Jul 29, 2024
1 parent 9bde57e commit 61cb41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcodeproj/internal/templates/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ else
if [[ $cmd == "build" && -n "${generator_output_groups:-}" ]]; then
if [[ $download_intermediates -eq 1 ]]; then
pre_config_flags=(
"--experimental_remote_download_regex=.*\.indexstore/.*|.*\.(a|c|C|cc|cl|cpp|cu|cxx|c++|m|mm|swift|swiftdoc|swiftmodule|swiftsourceinfo)$"
"--experimental_remote_download_regex=.*\.indexstore/.*|.*\.(a|c|C|cc|cl|cpp|cu|cxx|c++|h|m|mm|swift|swiftdoc|swiftmodule|swiftsourceinfo)$"
)
else
pre_config_flags=()
Expand Down

0 comments on commit 61cb41d

Please sign in to comment.