diff options
| author | Stefan Boberg <[email protected]> | 2025-10-26 12:07:16 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-26 12:07:16 +0100 |
| commit | 10e3f17133a1ffd2c94ca6b6b3f89776f11a6cdf (patch) | |
| tree | 3b1ec8a997637f4db48f01743704fd9e591dba48 /xmake.lua | |
| parent | in-tree: EASTL (zen-repo package) (diff) | |
| download | zen-10e3f17133a1ffd2c94ca6b6b3f89776f11a6cdf.tar.xz zen-10e3f17133a1ffd2c94ca6b6b3f89776f11a6cdf.zip | |
in-tree: zlib (zen-repo package)
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -10,11 +10,8 @@ add_requires("lua", {system = false}) add_requires("http_parser", {system = false}) add_requires("mimalloc", {system = false}) add_requires("eastl", {system = false}) - -add_requires( - "vcpkg::curl", - "vcpkg::zlib" -) +add_requires("zlib", {system = false}) +add_requires("vcpkg::curl") add_defines("EASTL_STD_ITERATOR_CATEGORY_ENABLED", "EASTL_DEPRECATIONS_FOR_2024_APRIL=EA_DISABLED") |