diff options
Diffstat (limited to 'src/zenhttp/xmake.lua')
| -rw-r--r-- | src/zenhttp/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/xmake.lua b/src/zenhttp/xmake.lua index 588fd8b87..e90fdfd1c 100644 --- a/src/zenhttp/xmake.lua +++ b/src/zenhttp/xmake.lua @@ -5,7 +5,7 @@ target('zenhttp') set_group("libs") add_headerfiles("**.h") add_files("**.cpp") - add_files("httpsys.cpp", {unity_ignored=true}) + add_files("servers/httpsys.cpp", {unity_ignored=true}) add_includedirs("include", {public=true}) add_deps("zencore", "transport-sdk") add_packages( |