mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Use system SDL by default since we don't properly support building with just builtin SDL
This commit is contained in:
parent
d2612bed3a
commit
899b4aaeec
2 changed files with 2 additions and 1 deletions
|
@ -42,6 +42,7 @@ cmake .. \
|
|||
-DCMAKE_RANLIB="$RANLIB" \
|
||||
-DUSE_SYSTEM_CURL=ON \
|
||||
-DUSE_SDL=ON \
|
||||
-DUSE_SYSTEM_SDL=ON \
|
||||
-DUSE_SYSTEM_FFMPEG=OFF \
|
||||
-DUSE_DISCORD_RPC=ON \
|
||||
-DOpenGL_GL_PREFERENCE=LEGACY \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue