diff options
| author | ruki <[email protected]> | 2024-05-13 14:44:41 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-13 14:44:41 +0800 |
| commit | 619079e952be45e1f61077cf7fb035ba0ef45e5e (patch) | |
| tree | df7dacd9e16a1a9f5adadd95cae68bd77871e4eb /core/src | |
| parent | aba05380fabe3d2fb7463652da26eb70190ad7ee (diff) | |
| parent | 1c6726c12d46ed144d6764a5621c04c87f01305d (diff) | |
Merge pull request #5093 from tqfx/patch-1
Fix build on msys2/mingw64
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/xmake/xmake.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/xmake.sh b/core/src/xmake/xmake.sh index 62af5b2fa..d6bd0c2c4 100755 --- a/core/src/xmake/xmake.sh +++ b/core/src/xmake/xmake.sh @@ -72,6 +72,7 @@ target "xmake" add_files "string/*.c" add_files "tty/*.c" if is_plat "mingw"; then + add_defines "UNICODE" "_UNICODE" add_files "winos/*.c" fi |
