aboutsummaryrefslogtreecommitdiff
path: root/src/zentest-appstub/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/zentest-appstub/xmake.lua')
-rw-r--r--src/zentest-appstub/xmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/zentest-appstub/xmake.lua b/src/zentest-appstub/xmake.lua
index db3ff2e2d..844ba82ef 100644
--- a/src/zentest-appstub/xmake.lua
+++ b/src/zentest-appstub/xmake.lua
@@ -6,8 +6,6 @@ target("zentest-appstub")
add_headerfiles("**.h")
add_files("*.cpp")
add_deps("zencore")
- add_packages("vcpkg::gsl-lite") -- this should ideally be propagated by the zencore dependency
- add_packages("vcpkg::mimalloc")
if is_os("linux") then
add_syslinks("pthread")