mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
Merge pull request #4474 from zhaowenlan1779/flatpak-patch
travis: Add missing flags for flatpak build
This commit is contained in:
commit
7f5df10f12
@ -103,7 +103,9 @@ cat > /tmp/org.citra.$REPO_NAME.json <<EOF
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DENABLE_QT_TRANSLATION=ON",
|
||||
"-DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON",
|
||||
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON"
|
||||
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON",
|
||||
"-DUSE_DISCORD_PRESENCE=ON",
|
||||
"-DENABLE_SCRIPTING=ON"
|
||||
],
|
||||
"cleanup": [
|
||||
"/bin/citra",
|
||||
|
Loading…
Reference in New Issue
Block a user