diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -66,6 +66,10 @@ else add_defines("ZEN_WITH_TESTS=0") end +-- fmt 11+ requires utf-8 when using unicode +set_encodings("utf-8") +set_encodings("source:utf-8", "target:utf-8") + if is_os("windows") then add_defines( "_CRT_SECURE_NO_WARNINGS", |