aboutsummaryrefslogtreecommitdiff
path: root/src/zenmaster/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-08-26 14:34:45 +0200
committerStefan Boberg <[email protected]>2025-08-26 14:34:45 +0200
commit7194e5622cc55369b7c4afa4fc35a7be697cd702 (patch)
treea0b2157fa477a1a2bf917718cc45b2e84c754f76 /src/zenmaster/xmake.lua
parentzenmaster + zenmaster-test skeletons (diff)
downloadzen-7194e5622cc55369b7c4afa4fc35a7be697cd702.tar.xz
zen-7194e5622cc55369b7c4afa4fc35a7be697cd702.zip
added curl dependency for Linux link
Diffstat (limited to 'src/zenmaster/xmake.lua')
-rw-r--r--src/zenmaster/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenmaster/xmake.lua b/src/zenmaster/xmake.lua
index 52385a490..2864aab56 100644
--- a/src/zenmaster/xmake.lua
+++ b/src/zenmaster/xmake.lua
@@ -28,4 +28,4 @@ target("zenmaster")
add_ldflags("-framework SystemConfiguration")
end
- add_packages("vcpkg::cpr", "vcpkg::cxxopts", "vcpkg::mimalloc", "vcpkg::fmt")
+ add_packages("vcpkg::curl", "vcpkg::cxxopts", "vcpkg::mimalloc", "vcpkg::fmt")