Files
raylib/src
Rfaile313 9e75f870bb Update Makefile for web (#1332)
When you install emsdk out of the box, the directory is no longer `$(EMSDK_PATH)/python/33.7.4_64bit` but rather `$(EMSDK_PATH)/python/3.7.4-pywin32_64bit` noting the `3.7.4-pywin32_64bit` change on the last file.

Thus, without adjusting this in the raylib Makefile it will throw an error:

```
PS C:\raylib\raylib\src> make PLATFORM=PLATFORM_WEB -B                                                                  emcc -c core.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=gnu99 -Os -s USE_GLFW=3 -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_WEB -DGRAPHICS_API_OPENGL_ES2              '"python"' is not recognized as an internal or external command,                                                        operable program or batch file.  
```

However, changing this line in the Makefile compiles raylib for web as expected

`"raylib library generated (libraylib.bc)!"`
2020-08-02 20:21:59 +02:00
..
2020-07-14 18:59:00 +02:00
2020-05-07 12:45:23 +02:00
2020-05-09 17:36:16 +02:00
2020-05-09 17:37:02 +02:00
2020-07-24 18:20:37 +02:00
2020-04-21 21:17:58 +02:00
2020-05-07 12:45:44 +02:00
2020-08-02 20:21:59 +02:00
2020-07-20 11:05:18 +02:00
2020-02-06 16:37:38 +01:00
2020-07-20 11:05:18 +02:00
2018-09-26 16:02:42 +02:00
2020-03-28 18:27:56 +01:00
2020-03-28 18:27:56 +01:00
2020-01-05 20:01:54 +01:00
2020-07-30 12:50:20 +02:00
2020-02-20 13:46:33 +01:00
2020-03-30 21:34:45 +02:00
2020-07-10 19:18:29 +02:00
2020-04-30 19:48:39 +02:00
2020-04-30 19:48:39 +02:00