aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp-test/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenhttp-test/xmake.lua')
-rw-r--r--src/zenhttp-test/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp-test/xmake.lua b/src/zenhttp-test/xmake.lua
index a6163e506..a7ee731f9 100644
--- a/src/zenhttp-test/xmake.lua
+++ b/src/zenhttp-test/xmake.lua
@@ -5,7 +5,7 @@ target("zenhttp-test")
set_group("tests")
add_headerfiles("**.h")
add_files("*.cpp")
- add_deps("zenhttp", "zencore")
+ add_deps("zenhttp")
add_packages("vcpkg::doctest")
if is_plat("macosx") then