mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #19988 from archanox/patch-2
Add GLES/EGL build config to build script
This commit is contained in:
commit
8b1bf43283
1 changed files with 3 additions and 0 deletions
3
b.sh
3
b.sh
|
@ -84,6 +84,9 @@ do
|
|||
--no_mmap) echo "Disable mmap"
|
||||
CMAKE_ARGS="-DUSE_NO_MMAP=ON ${CMAKE_ARGS}"
|
||||
;;
|
||||
--gles) echo "Using GLES/EGL"
|
||||
CMAKE_ARGS="-DUSING_GLES2=ON -DUSING_EGL=ON ${CMAKE_ARGS}"
|
||||
;;
|
||||
*) MAKE_OPT="$1 ${MAKE_OPT}"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue