build: Link against OpenSSL when needed

This commit is contained in:
WerWolv
2025-07-14 01:57:13 +02:00
parent 18e02fbf5c
commit 4146047cdb
2 changed files with 6 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ vcpkg install --triplet=arm-osx-mytriplet zlib
vcpkg install --triplet=arm-osx-mytriplet bzip2
vcpkg install --triplet=arm-osx-mytriplet liblzma
vcpkg install --triplet=arm-osx-mytriplet zstd
vcpkg install --triplet=arm-osx-mytriplet openssl
vcpkg install --triplet=arm-osx-mytriplet libssh2
EOF