mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 18:45:25 +00:00
build: use unicode codepage in windres
This commit is contained in:
parent
49e704cb19
commit
8457287bd0
@ -514,7 +514,8 @@ def build(ctx):
|
||||
|
||||
ctx.env.WINDRES_FLAGS = [
|
||||
'--include-dir={0}'.format(ctx.bldnode.abspath()),
|
||||
'--include-dir={0}'.format(ctx.srcnode.abspath())
|
||||
'--include-dir={0}'.format(ctx.srcnode.abspath()),
|
||||
'--codepage=65001' # Unicode codepage
|
||||
]
|
||||
|
||||
for node in 'osdep/mpv.exe.manifest etc/mpv-icon.ico'.split():
|
||||
|
Loading…
Reference in New Issue
Block a user