Commit ca1be48e authored by pengcheng888's avatar pengcheng888
Browse files

issue/302 - fix install error of window system

parent b49f5645
......@@ -56,6 +56,7 @@ python scripts/install.py [XMAKE_CONFIG_FLAGS]
1. 项目配置
windows系统上,建议使用`xmake v2.8.9`编译项目。
- 查看当前配置
```shell
......
......@@ -10,6 +10,8 @@ add_includedirs("include")
if is_mode("debug") then
add_defines("DEBUG_MODE")
add_ldflags("/utf-8", {force = true})
add_cxflags("/utf-8", {force = true})
end
if is_plat("windows") then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment