Fixed compiling test program with Emscripten.

Philipp Wiesemann 2015-05-18 21:17:13 +02:00
parent 1ed86d2211
commit ac10a2f29d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include "SDL_test_common.h"
#if defined(__IPHONEOS__) || defined(__ANDROID__) || defined(__NACL__)
#if defined(__IPHONEOS__) || defined(__ANDROID__) || defined(__EMSCRIPTEN__) || defined(__NACL__)
#define HAVE_OPENGLES2
#endif