summaryrefslogtreecommitdiffhomepage
path: root/templates/simple_game/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'templates/simple_game/Makefile')
-rw-r--r--templates/simple_game/Makefile6
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