wscript: split egl-android from android

This commit is contained in:
Tom Yan
2018-07-21 16:38:54 +08:00
committed by sfan5
parent d2d7dba6ee
commit d48786f682
4 changed files with 11 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ static const struct ra_ctx_fns *contexts[] = {
#endif
// OpenGL contexts:
#if HAVE_ANDROID
#if HAVE_EGL_ANDROID
&ra_ctx_android,
#endif
#if HAVE_RPI