Commit b48d60ee authored by pengcheng888's avatar pengcheng888
Browse files

issue/302 - adjust the position of code.

parent ca1be48e
...@@ -10,12 +10,12 @@ add_includedirs("include") ...@@ -10,12 +10,12 @@ add_includedirs("include")
if is_mode("debug") then if is_mode("debug") then
add_defines("DEBUG_MODE") add_defines("DEBUG_MODE")
add_ldflags("/utf-8", {force = true})
add_cxflags("/utf-8", {force = true})
end end
if is_plat("windows") then if is_plat("windows") then
set_runtimes("MD") set_runtimes("MD")
add_ldflags("/utf-8", {force = true})
add_cxflags("/utf-8", {force = true})
end end
-- CPU -- CPU
......
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