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, #7935.

PiperOrigin-RevId: 250485307
  • Loading branch information
katre authored and copybara-github committed May 29, 2019
1 parent 4ccb2e1 commit 9e84993
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 9e84993

Please sign in to comment.