mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
NOTE: these changes require updating gyp submodule in mozc github repo. See https://github.com/dextero/mozc/actions for results of a test CI run. * Set GYP_MSVS_DISABLE_PATH_NORMALIZATION environment variable in build_mozc.py. Removing path normalization that was breaking Windows build was a breaking change that didn't get accepted in upstream. Instead, setting that environment variable makes gyp skip the normalization. * Remove instructions to apply gyp.patch from Windows build instructions. PiperOrigin-RevId: 440133963