mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Add luajit and gstreamer to build process
This commit is contained in:
committed by
GitHub
parent
0550fb90c5
commit
981cf94719
3
.github/workflows/windows-build.yml
vendored
3
.github/workflows/windows-build.yml
vendored
@@ -76,8 +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 openssl lgi libxml2 enchant
|
gvsbuild build --vs-ver vs2019 --configuration release --platform $gvsPlatform gtk3 openssl lgi luajit libxml2 enchant gstreamer hicolor_icon_theme
|
||||||
|
|
||||||
if ($gvsPlatform -eq "x86") {
|
if ($gvsPlatform -eq "x86") {
|
||||||
$gtkRoot = "C:\gtk-build\gtk"
|
$gtkRoot = "C:\gtk-build\gtk"
|
||||||
foreach ($alias in @("Win32", "win32")) {
|
foreach ($alias in @("Win32", "win32")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user