diff options
| author | Martin Ridgers <[email protected]> | 2021-11-02 16:02:25 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-11 14:52:14 +0100 |
| commit | bf9cbecc1e7066c5a0544a6f029338c4f0fd19a6 (patch) | |
| tree | 5bda95f4de1c6d5dcc97cab0e94f7ac52392227d /xmake.lua | |
| parent | Windows compile fix (diff) | |
| download | zen-bf9cbecc1e7066c5a0544a6f029338c4f0fd19a6.tar.xz zen-bf9cbecc1e7066c5a0544a6f029338c4f0fd19a6.zip | |
Added Curl's vcpkg:openssl dependency to xmake scripts
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ add_requires( "vcpkg::lua", "vcpkg::lz4", "vcpkg::mimalloc", + "vcpkg::openssl", "vcpkg::robin-map", "vcpkg::sentry-native", "vcpkg::sol2", |