aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-25 15:09:02 +0200
committerStefan Boberg <[email protected]>2025-10-25 15:09:02 +0200
commit21c41ebb50fd8eaaf052d77bc2cc69bb3c50261f (patch)
tree98333bdd6b2d7f8b8050ddb27c330b02f191ccdd /xmake.lua
parentin-tree: http-parser (in-tree xrepo package) (diff)
downloadzen-21c41ebb50fd8eaaf052d77bc2cc69bb3c50261f.tar.xz
zen-21c41ebb50fd8eaaf052d77bc2cc69bb3c50261f.zip
in-tree: gsl-lite (in-tree xrepo package)
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index a692c609d..f2270bd27 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -8,11 +8,11 @@ add_requires("xxhash 0.8.2", {system = false})
add_requires("lz4", {system = false})
add_requires("lua", {system = false})
add_requires("http_parser", {system = false})
+add_requires("gsl-lite", {system = false})
add_requires(
"vcpkg::curl",
"vcpkg::eastl",
- "vcpkg::gsl-lite",
"vcpkg::ryml",
"vcpkg::c4core",
"vcpkg::zlib"