Closed rel1ve closed 4 months ago
on msys2/clangarm64, I need compile *.rc file. If rc file contains chinese string, llvm-rc failed.
error: llvm-rc: Error in VERSIONINFO statement (ID 1): Non-ASCII 8-bit codepoint () can't be interpreted in the current codepage
So, I need call "llvm-rc -C65001 xxx.rc". How to do this in xmake?
N/A
No response
add_mrcflags("-C65001", {force = true})
你在什么场景下需要该功能?
on msys2/clangarm64, I need compile *.rc file. If rc file contains chinese string, llvm-rc failed.
So, I need call "llvm-rc -C65001 xxx.rc". How to do this in xmake?
描述可能的解决方案
N/A
描述你认为的候选方案
No response
其他信息
No response