aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-10-15 16:04:56 +0200
committerMartin Ridgers <[email protected]>2021-10-15 16:04:56 +0200
commit402dfddf62d979319038801a926809e33839e096 (patch)
treee8a8e99c7f4718a5fcc363245cc19e16a41bea25 /xmake.lua
parentIf/def around Windows-only headers (diff)
parenthttpasio: Implemented support for specifying accept type via url suffix (diff)
downloadzen-402dfddf62d979319038801a926809e33839e096.tar.xz
zen-402dfddf62d979319038801a926809e33839e096.zip
Merged main
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 c5a5a934e..4049a7d7c 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")