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 b396e2a commit 1d73d72Copy full SHA for 1d73d72
src/main/java/com/google/devtools/build/lib/analysis/config/CoreOptions.java
@@ -1009,6 +1009,7 @@ public FragmentOptions getHost() {
1009
1010
// === Pass on C++ compiler features.
1011
host.incompatibleUseHostFeatures = incompatibleUseHostFeatures;
1012
+ host.hostFeatures = ImmutableList.copyOf(hostFeatures);
1013
if (incompatibleUseHostFeatures) {
1014
host.defaultFeatures = ImmutableList.copyOf(hostFeatures);
1015
} else {
0 commit comments