compile:修正xmake编译。

This commit is contained in:
taynpg 2025-01-21 16:40:10 +08:00
parent eabbc5dbec
commit 397ba8a7a1

View File

@ -6,6 +6,7 @@ end
if is_plat("mingw") then
add_cxxflags("-Wno-unused-variable -finput-charset=utf-8 -fexec-charset=gbk")
end
add_defines("FMT_HEADER_ONLY")
add_includedirs("$(projectdir)/3rd", {public = true})
add_includedirs("$(projectdir)/build", {public = true})
includes("util", "ofen", "net", "server", "client", "filecomplete")