Skip to content

Conversation

@fmeum
Copy link
Collaborator

@fmeum fmeum commented Jun 3, 2024

MSVC fails if /external:I <some_path> is broken into two lines in .param files. This is avoided by using the alternative /external:I<some_path> form.

Fixes #22614

MSVC fails if `/external:I <some_path>` is broken into two lines in `.param` files. This is avoided by using the alternative `/external:I<some_path>` form.
Copy link
Member

@meteorcloudy meteorcloudy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@meteorcloudy meteorcloudy added awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally and removed awaiting-review PR is awaiting review from an assigned reviewer labels Jun 3, 2024
@copybara-service copybara-service bot closed this in 759fe7d Jun 4, 2024
@github-actions github-actions bot removed the awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally label Jun 4, 2024
bazel-io pushed a commit to bazel-io/bazel that referenced this pull request Jun 4, 2024
MSVC fails if `/external:I <some_path>` is broken into two lines in `.param` files. This is avoided by using the alternative `/external:I<some_path>` form.

Fixes bazelbuild#22614

Closes bazelbuild#22616.

PiperOrigin-RevId: 640055579
Change-Id: I5fda2714dc479fd76f22e2f8562dddbdfcdb9a18
github-merge-queue bot pushed a commit that referenced this pull request Jun 4, 2024
MSVC fails if `/external:I <some_path>` is broken into two lines in
`.param` files. This is avoided by using the alternative
`/external:I<some_path>` form.

Fixes #22614

Closes #22616.

PiperOrigin-RevId: 640055579
Change-Id: I5fda2714dc479fd76f22e2f8562dddbdfcdb9a18

Commit
759fe7d

Co-authored-by: Fabian Meumertzheim <[email protected]>
@fmeum fmeum deleted the patch-14 branch June 4, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team-Rules-CPP Issues for C++ rules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using --features=external_include_paths on MSVC breaks compilation in Bazel 7 due to extra newlines in .params

2 participants