aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-26 12:07:16 +0100
committerStefan Boberg <[email protected]>2025-10-26 12:07:16 +0100
commit10e3f17133a1ffd2c94ca6b6b3f89776f11a6cdf (patch)
tree3b1ec8a997637f4db48f01743704fd9e591dba48 /xmake.lua
parentin-tree: EASTL (zen-repo package) (diff)
downloadzen-10e3f17133a1ffd2c94ca6b6b3f89776f11a6cdf.tar.xz
zen-10e3f17133a1ffd2c94ca6b6b3f89776f11a6cdf.zip
in-tree: zlib (zen-repo package)
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua7
1 files changed, 2 insertions, 5 deletions
diff --git a/xmake.lua b/xmake.lua
index 79cacc873..4b2c7b0d5 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -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")