random fixes

This commit is contained in:
lizzie
2026-05-19 09:33:56 +00:00
parent ec2b7d78af
commit 0a8bdf4bfd
3 changed files with 12 additions and 1 deletions
+1 -1
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 \