mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Fixed building testgles2 on Linux
This commit is contained in:
@@ -22,8 +22,10 @@
|
|||||||
|
|
||||||
#if defined(__IPHONEOS__) || defined(__ANDROID__) || defined(__EMSCRIPTEN__) || defined(__NACL__) \
|
#if defined(__IPHONEOS__) || defined(__ANDROID__) || defined(__EMSCRIPTEN__) || defined(__NACL__) \
|
||||||
|| defined(__WINDOWS__) || defined(__LINUX__)
|
|| defined(__WINDOWS__) || defined(__LINUX__)
|
||||||
|
#ifndef HAVE_OPENGLES2
|
||||||
#define HAVE_OPENGLES2
|
#define HAVE_OPENGLES2
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_OPENGLES2
|
#ifdef HAVE_OPENGLES2
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user