Skip to content

Commit

Permalink
ci/{msys2,win32}: explicitly enable win32-smtc
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Jun 11, 2024
1 parent 34e1400 commit 01c3980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ args=(
)

[[ "$SYS" != "clang32" && "$SYS" != "mingw32" ]] && args+=(
-D{egl-angle-lib,egl-angle-win32,pdf-build,rubberband}=enabled
-D{egl-angle-lib,egl-angle-win32,pdf-build,rubberband,win32-smtc}=enabled
)

meson setup build "${args[@]}"
Expand Down
1 change: 1 addition & 0 deletions ci/build-win32.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ meson setup build `
-Dd3d11=enabled `
-Dvulkan=enabled `
-Djavascript=enabled `
-Dwin32-smtc=enabled `
-Dlua=luajit `
-Ddrm=disabled `
-Dlibarchive=disabled `
Expand Down

0 comments on commit 01c3980

Please sign in to comment.