Skip to content

Commit

Permalink
Travis CI: Fix emscripten build breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
a3f committed Jul 21, 2018
1 parent 3632b16 commit 639ce09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/others/rlgl_standalone.c
Expand Up @@ -48,6 +48,10 @@
#define RLGL_STANDALONE
#include "rlgl.h" // OpenGL 1.1 immediate-mode style coding

#ifdef __EMSCRIPTEN__
#define GLFW_INCLUDE_ES2
#endif

#include <GLFW/glfw3.h> // Windows/Context and inputs management

#define RED (Color){ 230, 41, 55, 255 } // Red
Expand Down

0 comments on commit 639ce09

Please sign in to comment.