1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

CI: -DUSE_SDL=ON (on Linux)

This commit is contained in:
Ștefan Talpalaru 2023-05-05 18:39:27 +02:00 committed by Ivan
parent 177bb3c569
commit 751775a04c

View File

@ -44,7 +44,7 @@ cmake .. \
-DCMAKE_AR="$AR" \
-DCMAKE_RANLIB="$RANLIB" \
-DUSE_SYSTEM_CURL=ON \
-DUSE_SDL=OFF \
-DUSE_SDL=ON \
-DOpenGL_GL_PREFERENCE=LEGACY \
-DLLVM_DIR=/opt/llvm/lib/cmake/llvm \
-DSTATIC_LINK_LLVM=ON \