diff options
| author | raysan5 <[email protected]> | 2021-06-30 17:12:58 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-06-30 17:12:58 +0200 |
| commit | a6728a220330495629c14136d7bcb13a4f21883d (patch) | |
| tree | 01a94c977cdfab98ad46269078d4be11d8ffb637 /templates/simple_game/Makefile | |
| parent | 9e7ca41f581e64be6eae62c2b98b4a6449e3f3d2 (diff) | |
| download | raylib-a6728a220330495629c14136d7bcb13a4f21883d.tar.gz raylib-a6728a220330495629c14136d7bcb13a4f21883d.zip | |
REVIEWED: emscripten versions
Diffstat (limited to 'templates/simple_game/Makefile')
| -rw-r--r-- | templates/simple_game/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/simple_game/Makefile b/templates/simple_game/Makefile index cf5944aa..09510a96 100644 --- a/templates/simple_game/Makefile +++ b/templates/simple_game/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= simple_game -RAYLIB_VERSION ?= 3.7.0 +RAYLIB_VERSION ?= 3.8.0 RAYLIB_PATH ?= ../.. # Define default options @@ -135,8 +135,8 @@ ifeq ($(PLATFORM),PLATFORM_WEB) EMSDK_PATH ?= C:/emsdk EMSCRIPTEN_PATH ?= $(EMSDK_PATH)/upstream/emscripten CLANG_PATH = $(EMSDK_PATH)/upstream/bin - PYTHON_PATH = $(EMSDK_PATH)/python/3.7.4-pywin32_64bit - NODE_PATH = $(EMSDK_PATH)/node/12.18.1_64bit/bin + PYTHON_PATH = $(EMSDK_PATH)/python/3.9.2-1_64bit + NODE_PATH = $(EMSDK_PATH)/node/14.15.5_64bit/bin export PATH = $(EMSDK_PATH);$(EMSCRIPTEN_PATH);$(CLANG_PATH);$(NODE_PATH);$(PYTHON_PATH);C:\raylib\MinGW\bin:$$(PATH) endif |
