1
0
mirror of https://github.com/starr-dusT/citra.git synced 2024-10-02 10:26:17 -07:00

Merge pull request from zhaowenlan1779/flatpak-patch

travis: Add missing flags for flatpak build
This commit is contained in:
Pengfei Zhu 2018-11-30 20:37:07 +08:00 committed by GitHub
commit 7f5df10f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",