diff --git a/config.tests/EGL/main.cpp b/config.tests/EGL/main.cpp index cc1ba8b4..adc0e05b 100644 --- a/config.tests/EGL/main.cpp +++ b/config.tests/EGL/main.cpp @@ -7,4 +7,8 @@ #ifndef GL_ES_VERSION_2_0 #error EGLRenderer requires OpenGL ES 2.0 -#endif \ No newline at end of file +#endif + +int main() { + return 0; +} \ No newline at end of file