diff options
| author | ruki <[email protected]> | 2024-05-13 17:28:16 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-13 17:28:16 +0800 |
| commit | 7d47693e479472ed072f927d9fb05a4c6885e2f5 (patch) | |
| tree | 592288d500a49565b02f84ed738f5c7414914512 | |
| parent | c498bfd9951989dd68dccc2230781035201cdf5b (diff) | |
| parent | d168b63ebc546b52fed194a92bc63fbc2195436a (diff) | |
Merge pull request #5097 from tqfx/patch-1
Remove unnecessary definition configuration on mingw
| -rwxr-xr-x | core/src/xmake/xmake.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/xmake/xmake.sh b/core/src/xmake/xmake.sh index d6bd0c2c4..62af5b2fa 100755 --- a/core/src/xmake/xmake.sh +++ b/core/src/xmake/xmake.sh @@ -72,7 +72,6 @@ target "xmake" add_files "string/*.c" add_files "tty/*.c" if is_plat "mingw"; then - add_defines "UNICODE" "_UNICODE" add_files "winos/*.c" fi |
