summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-06-30 17:12:58 +0200
committerraysan5 <[email protected]>2021-06-30 17:12:58 +0200
commita6728a220330495629c14136d7bcb13a4f21883d (patch)
tree01a94c977cdfab98ad46269078d4be11d8ffb637 /examples
parent9e7ca41f581e64be6eae62c2b98b4a6449e3f3d2 (diff)
downloadraylib-a6728a220330495629c14136d7bcb13a4f21883d.tar.gz
raylib-a6728a220330495629c14136d7bcb13a4f21883d.zip
REVIEWED: emscripten versions
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 01c30c14..aa183fd1 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -25,7 +25,7 @@
# Define required raylib variables
PROJECT_NAME ?= raylib_examples
-RAYLIB_VERSION ?= 3.7.0
+RAYLIB_VERSION ?= 3.8.0
RAYLIB_PATH ?= ..
# Define default options
@@ -126,8 +126,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