diff options
| author | Stefan Boberg <[email protected]> | 2025-08-26 14:34:45 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-08-26 14:34:45 +0200 |
| commit | 7194e5622cc55369b7c4afa4fc35a7be697cd702 (patch) | |
| tree | a0b2157fa477a1a2bf917718cc45b2e84c754f76 /src/zenmaster/xmake.lua | |
| parent | zenmaster + zenmaster-test skeletons (diff) | |
| download | zen-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.lua | 2 |
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") |