diff options
| author | Stefan Boberg <[email protected]> | 2025-10-25 13:04:37 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-25 13:04:37 +0200 |
| commit | b82fdb46a2b4c14432459fcfe93a2a00f37a25d2 (patch) | |
| tree | 9a7e9e6c78d3a93f703091925de89859f2ee016f /src/zenstore/xmake.lua | |
| parent | back to xmake 2.9.1 (diff) | |
| download | zen-b82fdb46a2b4c14432459fcfe93a2a00f37a25d2.tar.xz zen-b82fdb46a2b4c14432459fcfe93a2a00f37a25d2.zip | |
Revert "zen-repo EASTL"
This reverts commit ae50f63f30450f258478c83dbac5af0031a93cf0.
Diffstat (limited to 'src/zenstore/xmake.lua')
| -rw-r--r-- | src/zenstore/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/xmake.lua b/src/zenstore/xmake.lua index 6b1e9bb5d..cf5f30d09 100644 --- a/src/zenstore/xmake.lua +++ b/src/zenstore/xmake.lua @@ -8,4 +8,4 @@ target('zenstore') add_includedirs("include", {public=true}) add_deps("zencore", "zenutil", "zenvfs") add_packages("vcpkg::robin-map") - add_packages("eastl", {public=true}); + add_packages("vcpkg::eastl", {public=true}); |