Skip to content

Commit

Permalink
Correctly set up build variables for the correct pic mode for fake_bi…
Browse files Browse the repository at this point in the history
…nary

rules.

--
MOS_MIGRATED_REVID=119737046
  • Loading branch information
r4nt authored and damienmg committed Apr 14, 2016
1 parent b8d0c6b commit ba8700e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ private void createFakeSourceAction(PathFragment outputName, CcCompilationOutput
.setOutputFile(outputFile)
.setDotdFile(outputName, dependencyFileExtension)
.setTempOutputFile(tempOutputName);
setupBuildVariables(builder, getGeneratePicActions(), ccRelativeName, execPath, null);
setupBuildVariables(builder, usePic, ccRelativeName, execPath, null);
semantics.finalizeCompileActionBuilder(ruleContext, builder);
CppCompileAction action = builder.build();
env.registerAction(action);
Expand Down

0 comments on commit ba8700e

Please sign in to comment.