SIGN IN SIGN UP

Always use POSIX paths for generated CMake files (#65493)

The Windows plugin CMake generation had code to ensure that the paths
written to it used POSIX separators, but the Linux version didn't; that
meant that plugin updates run on Windows machines would corrupt the
generated (but checked in) Linux CMake file.

This change shares that code so that both will use POSIX paths
regardless of what OS they are generated on.

Fixes https://github.com/flutter/flutter/issues/64591
S
stuartmorgan committed
6d1c244b79f3a2747281f718297ce248bd5ad099
Parent: 6d36056
Committed by GitHub <noreply@github.com> on 9/9/2020, 11:08:19 PM