From d48786f68264ed23f8c3aa847e672a24d1cf4944 Mon Sep 17 00:00:00 2001 From: Tom Yan Date: Sat, 21 Jul 2018 16:38:54 +0800 Subject: wscript: split egl-android from android --- wscript_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 4d974fd9c3..35b16856ea 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -442,7 +442,7 @@ def build(ctx): ( "video/out/opengl/angle_dynamic.c", "egl-angle" ), ( "video/out/opengl/common.c", "gl" ), ( "video/out/opengl/context.c", "gl" ), - ( "video/out/opengl/context_android.c", "android" ), + ( "video/out/opengl/context_android.c", "egl-android" ), ( "video/out/opengl/context_angle.c", "egl-angle-win32" ), ( "video/out/opengl/context_cocoa.c", "gl-cocoa" ), ( "video/out/opengl/context_drm_egl.c", "egl-drm" ), -- cgit v1.2.3