mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 03:35:46 +00:00
fix for new ci
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
aaeaa884eb
commit
c0cceff365
2 changed files with 9 additions and 3 deletions
|
@ -17,10 +17,15 @@ CALL cmake -S . -B build\%chain% ^
|
|||
-DYUZU_USE_QT_MULTIMEDIA=ON ^
|
||||
-DYUZU_USE_QT_WEB_ENGINE=ON ^
|
||||
-DYUZU_USE_BUNDLED_VCPKG=ON ^
|
||||
-DYUZU_USE_BUNDLED_SDL2=ON ^
|
||||
-DYUZU_USE_BUNDLED_SDL2=OFF ^
|
||||
-DYUZU_USE_EXTERNAL_SDL2=ON ^
|
||||
-DYUZU_ENABLE_LTO=ON ^
|
||||
-G "Ninja" ^
|
||||
-DYUZU_TESTS=OFF ^
|
||||
-DQt6_DIR=C:\Qt\%qt_ver%\msvc2022_64
|
||||
-DQt6_DIR=C:/Qt/%qt_ver%/msvc2022_64
|
||||
|
||||
CALL cmake --build build\%chain%
|
||||
|
||||
set bindir=build/%chain%/bin
|
||||
|
||||
CALL C:\Qt\%qt_ver%\msvc2022_64\bin\windeployqt.exe %bindir%/eden.exe --dir %bindir% --libdir %bindir% --plugindir %bindir%/plugins --no-compiler-runtime --no-opengl-sw --no-system-d3d-compiler --no-translations --verbose 0
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
"lz4",
|
||||
"nlohmann-json",
|
||||
"zlib",
|
||||
"zstd"
|
||||
"zstd",
|
||||
"sdl2"
|
||||
],
|
||||
"features": {
|
||||
"yuzu-tests": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue