Add requested changes
All checks were successful
codespell / Check for spelling errors (pull_request) Successful in 10s
suyu-ci / Check REUSE Specification (pull_request) Successful in 10s
codespell / Check for spelling errors (push) Successful in 10s
suyu-ci / Check REUSE Specification (push) Successful in 10s
suyu verify / Verify Format (push) Successful in 2m26s
suyu verify / test build (linux-fresh, clang) (push) Successful in 11m30s
suyu verify / test build (linux-mingw, windows) (push) Successful in 20m32s
suyu verify / test build (linux-fresh, linux) (push) Successful in 20m45s
suyu verify / android (push) Successful in 23m43s

Commited by Exverge <exverge@exverge.xyz>
This commit is contained in:
Crimson Hawk 2024-04-06 13:34:23 -04:00 committed by Exverge
parent be31d5f56c
commit 77205848af
Signed by: Exverge
GPG key ID: 19AAFC0AC6A9B35A

View file

@ -18,6 +18,7 @@ mkdir -p build && cd build
-DDYNARMIC_USE_PRECOMPILED_HEADERS=OFF \ -DDYNARMIC_USE_PRECOMPILED_HEADERS=OFF \
-DSUYU_USE_PRECOMPILED_HEADERS=OFF \ -DSUYU_USE_PRECOMPILED_HEADERS=OFF \
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF \ -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF \
-DUSE_DISCORD_PRESENCE=ON \
-DENABLE_QT_TRANSLATION=ON \ -DENABLE_QT_TRANSLATION=ON \
-DUSE_CCACHE=ON \ -DUSE_CCACHE=ON \
-DSUYU_USE_BUNDLED_SDL2=OFF \ -DSUYU_USE_BUNDLED_SDL2=OFF \