Update b.sh

This commit is contained in:
Pierce Andjelkovic
2025-02-16 16:36:27 +11:00
committed by GitHub
parent 4ff642ccc8
commit 3ebf1e3361
+3
View File
@@ -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