Skip to content

Commit

Permalink
Fixed compiling test program with Emscripten.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 18, 2015
1 parent 1ed86d2 commit ac10a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testgles2.c
Expand Up @@ -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

Expand Down

0 comments on commit ac10a2f

Please sign in to comment.