commit | 9e84993059e34243c17b875da028fe29b7607090 | [log] [tgz] |
---|---|---|
author | jcater <jcater@google.com> | Wed May 29 07:20:37 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 29 07:21:36 2019 -0700 |
tree | a7d552320d24e435af473186360577f87ac4dd2e | |
parent | 4ccb2e10d1f890e2f2e9fdeb1a509873e1c7ed58 [diff] |
Retain the apple configuration distinguisher during host and exec transitions. Part of work on execution transitions, #7935. PiperOrigin-RevId: 250485307
diff --git a/src/main/java/com/google/devtools/build/lib/rules/apple/AppleCommandLineOptions.java b/src/main/java/com/google/devtools/build/lib/rules/apple/AppleCommandLineOptions.java index 57c8cf9..e6c2aa5 100644 --- a/src/main/java/com/google/devtools/build/lib/rules/apple/AppleCommandLineOptions.java +++ b/src/main/java/com/google/devtools/build/lib/rules/apple/AppleCommandLineOptions.java
@@ -441,6 +441,8 @@ // be needed. host.applePlatformType = PlatformType.MACOS; + host.configurationDistinguisher = configurationDistinguisher; + return host; }