Travis CI: Fix emscripten build breakage

This commit is contained in:
Ahmad Fatoum 2018-07-21 19:33:16 +02:00
parent 3632b160d5
commit 639ce09c9d
No known key found for this signature in database
GPG key ID: C3EAC3DE9321D59B

View file

@ -48,6 +48,10 @@
#define RLGL_STANDALONE #define RLGL_STANDALONE
#include "rlgl.h" // OpenGL 1.1 immediate-mode style coding #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 #include <GLFW/glfw3.h> // Windows/Context and inputs management
#define RED (Color){ 230, 41, 55, 255 } // Red #define RED (Color){ 230, 41, 55, 255 } // Red