[ci,nighty] enable WITH_WEBVIEW on windows

This commit is contained in:
Armin Novak 2024-06-05 13:41:29 +02:00
parent cedc631b3e
commit 85bdf12009
No known key found for this signature in database
GPG Key ID: 2CF4A2D2D3D72105
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ set (WITH_INTERNAL_MD5 ON CACHE BOOL "nightly default")
set (WITH_INTERNAL_RC4 ON CACHE BOOL "nightly default")
set (WITH_FFMPEG OFF CACHE BOOL "nightly default")
set (WITH_SWSCALE OFF CACHE BOOL "nightly default")
set (WITH_WEBVIEW OFF CACHE BOOL "nightly default")
set (WITH_WEBVIEW ON CACHE BOOL "nightly default")
set (ZLIB_USE_STATIC_LIBS ON CACHE BOOL "ci default")
set (WITH_SDL_IMAGE_DIALOGS ON CACHE BOOL "nightly default")
set (SDL_USE_COMPILED_RESOURCES ON CACHE BOOL "nightly default")