diff options
| author | Ray <[email protected]> | 2019-04-23 18:10:38 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-04-23 18:10:38 +0200 |
| commit | 0c567cd259285fb33b3e2ab514c48322da0a0000 (patch) | |
| tree | 40e15773092fd0180cd4f9ac35d94bf546a877a2 /src/Makefile | |
| parent | 3aafa9d5ba3fa0a2cbb5759b569c8772a0385d41 (diff) | |
| download | raylib-0c567cd259285fb33b3e2ab514c48322da0a0000.tar.gz raylib-0c567cd259285fb33b3e2ab514c48322da0a0000.zip | |
WARNING: Issues on web building
Found some issues when building for web using latest emscripten 1.38.30, traced the error and found that eglGetProcAdress does not return function pointers for VAO functionality, supported by extension.
It requires more investigation but now it works (avoiding VAO usage)
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 997f041c..ea09aa9f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -42,7 +42,7 @@ .PHONY: all clean install uninstall # Define required raylib variables -RAYLIB_VERSION = 2.4.0 +RAYLIB_VERSION = 2.5.0 RAYLIB_API_VERSION = 2 # See below for alternatives. |
