chrome: mac: Support locale configuration (fixes #3623)

This commit is contained in:
Marshall Greenblatt
2024-01-03 14:00:39 -05:00
parent 3ce31844f8
commit f2ac5f7a0f
2 changed files with 45 additions and 0 deletions

View File

@@ -699,5 +699,10 @@ patches = [
# linux: Disable compiler TLS in libxml2.
# https://github.com/chromiumembedded/cef/issues/3616
'name': 'linux_libxml_tls_3616'
},
{
# chrome: mac: Support locale configuration.
# https://github.com/chromiumembedded/cef/issues/3623
'name': 'mac_chrome_locale_3623'
}
]