We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2cf8d commit b8a2ee2Copy full SHA for b8a2ee2
src/main/java/com/google/devtools/build/lib/rules/apple/AppleCommandLineOptions.java
@@ -521,6 +521,9 @@ public FragmentOptions getHost() {
521
host.applePlatforms = applePlatforms;
522
host.incompatibleUseToolchainResolution = incompatibleUseToolchainResolution;
523
524
+ // Save host option for further use.
525
+ host.hostMacosMinimumOs = hostMacosMinimumOs;
526
+
527
return host;
528
}
529
0 commit comments