在aarch64 debian上编译报错 draw.h:22:10: fatal error: 'Egl/eglext.h' file not found 修改成 #include <EGL/eglext.h> 后可以正常编译
在aarch64 debian上编译报错 draw.h:22:10: fatal error: 'Egl/eglext.h' file not found
修改成 #include <EGL/eglext.h> 后可以正常编译