mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2025-03-06 14:27:47 +00:00
Fix cmake warning
This commit is contained in:
parent
b72c46a7f4
commit
8e649ec9f3
|
@ -42,7 +42,8 @@
|
|||
"buildsystem": "cmake-ninja",
|
||||
"no-make-install": true,
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DOpenGL_GL_PREFERENCE=GLVND"
|
||||
],
|
||||
"build-commands": [
|
||||
"mkdir -p /app/ppsspp /app/bin /app/share/applications",
|
||||
|
|
Loading…
Reference in a new issue