diff options
| author | Stefan Boberg <[email protected]> | 2025-10-25 15:15:26 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-25 15:15:26 +0200 |
| commit | 9037b80ce9c756841f8f43831481e8d600d4a0ab (patch) | |
| tree | e996dc8bfa381189343d8c75700f938858898be1 /xmake.lua | |
| parent | in-tree: gsl-lite (in-tree xrepo package) (diff) | |
| download | zen-9037b80ce9c756841f8f43831481e8d600d4a0ab.tar.xz zen-9037b80ce9c756841f8f43831481e8d600d4a0ab.zip | |
Revert "in-tree: gsl-lite (in-tree xrepo package)"
This reverts commit 21c41ebb50fd8eaaf052d77bc2cc69bb3c50261f.
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |