Skip to content

Commit

Permalink
Escape % in strings that will appear in Crosstool
Browse files Browse the repository at this point in the history
%foo% syntax is not allowed in Crosstool, but some Windows environment variables
that we read in cc_configure.bzl can reference other variables, therefore in
order not to crash, we need to escape them before putting the values into the
Crosstool.

RELNOTES: None.
PiperOrigin-RevId: 155602425
  • Loading branch information
hlopko authored and kchodorow committed May 10, 2017
1 parent 8a90a88 commit 0f0ccc4
Showing 1 changed file with 129 additions and 96 deletions.
Loading

0 comments on commit 0f0ccc4

Please sign in to comment.