random fixes

This commit is contained in:
lizzie 2026-05-19 09:33:56 +00:00
parent a9cb1f9194
commit aa8d71719c
4 changed files with 16 additions and 11 deletions

View file

@ -37,7 +37,7 @@ EOF
# Normally a platform has a package manager
# PS4 does not, atleast not in the normal sense
export EXTRA_CMAKE_FLAGS=("${EXTRA_CMAKE_FLAGS[@]}" $@)
cmake -S . -B build -G "Unix Makefiles" \
[ -f "build/Makefile" ] || cmake -S . -B build -G "Unix Makefiles" \
-DCMAKE_TOOLCHAIN_FILE="ps4-toolchain.cmake" \
-DENABLE_QT_TRANSLATION=OFF \
-DENABLE_CUBEB=OFF \