[flutter_tools] switch dart defines to base64 to avoid windows control characters (#75027)
= gets escaped into %3D which seems to be tripping up cmake on windows since % is a control character. Switch to base64 encoding, since this does not have % nor , in the output character set. This change is not trivially cherry pickable, and isn't tested on windows aside from my local, manual tests due to the planned CI work not being complete yet. Fixes #75017 Fixes #74705
J
Jonah Williams committed
44d5950d270ee321008a1502067b64ed9a38fbb7
Parent: aebf548
Committed by GitHub <noreply@github.com>
on 2/2/2021, 5:10:48 PM