diff options
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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") |