make-it-quick/config/check_egl.c

7 lines
53 B
C

#include <epoxy/egl.h>
int main()
{
return 0;
}