Commit 0f0ccc4
Escape % in strings that will appear in Crosstool
%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: 1556024251 parent 8a90a88 commit 0f0ccc4
1 file changed
+129
-96
lines changed
0 commit comments