summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2020-03-01 01:28:49 +0100
committerRay <[email protected]>2020-03-01 01:28:49 +0100
commit41d3c47ffec80faf9939cf1e83f941717d4039dc (patch)
tree322f1c4770d6eb0119870c0a15f3fcf34d7bcfb0 /examples/Makefile
parent7428747ef0ac7733e28c9de65502ecc90c2cb136 (diff)
downloadraylib-41d3c47ffec80faf9939cf1e83f941717d4039dc.tar.gz
raylib-41d3c47ffec80faf9939cf1e83f941717d4039dc.zip
Update Makefile
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 6f13cfd8..4e6b4895 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -118,7 +118,7 @@ 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/2.7.13.1_64bit/python-2.7.13.amd64
+ PYTHON_PATH = $(EMSDK_PATH)/python/3.7.4_64bit
NODE_PATH = $(EMSDK_PATH)/node/12.9.1_64bit/bin
export PATH = $(EMSDK_PATH);$(EMSCRIPTEN_PATH);$(CLANG_PATH);$(NODE_PATH);$(PYTHON_PATH);C:\raylib\MinGW\bin:$$(PATH)
endif