aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmake.lua b/xmake.lua
index 9d44ec8d0..ced2b55ce 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -17,10 +17,7 @@ add_requires(
"vcpkg::curl",
"vcpkg::zlib",
"vcpkg::zstd",
- "vcpkg::http-parser",
- "vcpkg::uwebsockets",
- "vcpkg::usockets",
- "vcpkg::libuv")
+ "vcpkg::http-parser")
add_rules("mode.debug", "mode.release")