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 4c031d1 commit 267142fCopy full SHA for 267142f
src/main/java/com/google/devtools/build/lib/rules/apple/AppleCommandLineOptions.java
@@ -511,6 +511,9 @@ public FragmentOptions getHost() {
511
host.includeXcodeExecutionRequirements = includeXcodeExecutionRequirements;
512
host.appleCrosstoolTop = appleCrosstoolTop;
513
514
+ // Save host option for further use.
515
+ host.hostMacosMinimumOs = hostMacosMinimumOs;
516
+
517
return host;
518
}
519
0 commit comments