Skip to content

Commit

Permalink
Retain the apple configuration distinguisher during host and exec tra…
Browse files Browse the repository at this point in the history
…nsitions.

Part of work on execution transitions, bazelbuild#7935.

PiperOrigin-RevId: 250485307
  • Loading branch information
katre authored and irengrig committed Jul 15, 2019
1 parent 73583a4 commit 1b6169f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ public FragmentOptions getHost() {
// be needed.
host.applePlatformType = PlatformType.MACOS;

host.configurationDistinguisher = configurationDistinguisher;

return host;
}

Expand Down

0 comments on commit 1b6169f

Please sign in to comment.