aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-11-02 16:02:25 +0100
committerMartin Ridgers <[email protected]>2021-11-11 14:52:14 +0100
commitbf9cbecc1e7066c5a0544a6f029338c4f0fd19a6 (patch)
tree5bda95f4de1c6d5dcc97cab0e94f7ac52392227d /xmake.lua
parentWindows compile fix (diff)
downloadzen-bf9cbecc1e7066c5a0544a6f029338c4f0fd19a6.tar.xz
zen-bf9cbecc1e7066c5a0544a6f029338c4f0fd19a6.zip
Added Curl's vcpkg:openssl dependency to xmake scripts
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index 65ad98797..da688cbb3 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -11,6 +11,7 @@ add_requires(
"vcpkg::lua",
"vcpkg::lz4",
"vcpkg::mimalloc",
+ "vcpkg::openssl",
"vcpkg::robin-map",
"vcpkg::sentry-native",
"vcpkg::sol2",