mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 19:50:18 +00:00
Update build command to include OpenSSL
Added OpenSSL to the build command for GTK3.
This commit is contained in:
committed by
GitHub
parent
6055170b19
commit
c4d4dd1e5a
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
|||||||
python -m pip install C:\gtk-build\github\gvsbuild
|
python -m pip install C:\gtk-build\github\gvsbuild
|
||||||
|
|
||||||
$gvsPlatform = if ("${{ matrix.platform }}" -eq "win32") { "x86" } else { "x64" }
|
$gvsPlatform = if ("${{ matrix.platform }}" -eq "win32") { "x86" } else { "x64" }
|
||||||
gvsbuild build --vs-ver vs2019 --configuration release --platform $gvsPlatform gtk3
|
gvsbuild build --vs-ver vs2019 --configuration release --platform $gvsPlatform gtk3 openssl
|
||||||
|
|
||||||
if ($gvsPlatform -eq "x86") {
|
if ($gvsPlatform -eq "x86") {
|
||||||
$gtkRoot = "C:\gtk-build\gtk"
|
$gtkRoot = "C:\gtk-build\gtk"
|
||||||
|
|||||||
Reference in New Issue
Block a user