Skip to content

Commit

Permalink
* Add openGL and remove 7-zip as compiled arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andr3Carvalh0 committed Mar 26, 2018
1 parent 5e4cfc2 commit 19a7f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ android {
"-DDISABLE_FRONTENDS=1",
"-DHAVE_STRTOF_L=1",
"-DUSE_LIBZIP=0",
"-DUSE_ZLIB=0"
"-DUSE_ZLIB=0",
"-DUSE_LZMA=0",
"-DBUILD_GLES2=1"
}
}
}
Expand Down

0 comments on commit 19a7f2e

Please sign in to comment.