summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-09-18 16:43:48 +0200
committerraysan5 <[email protected]>2020-09-18 16:43:48 +0200
commit55204dae03d53f04529d47ea91d88d60bf4a5917 (patch)
tree48e199d2567daf2ac39c16e8bb362efc33d10424 /examples
parent152665ff48be90f571888a5aaed1bbb29b6cb33e (diff)
downloadraylib-55204dae03d53f04529d47ea91d88d60bf4a5917.tar.gz
raylib-55204dae03d53f04529d47ea91d88d60bf4a5917.zip
Review Makefile path
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 81559090..77cef9eb 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/3.7.4_64bit
+ PYTHON_PATH = $(EMSDK_PATH)/python/3.7.4-pywin32_64bit
NODE_PATH = $(EMSDK_PATH)/node/12.18.1_64bit/bin
export PATH = $(EMSDK_PATH);$(EMSCRIPTEN_PATH);$(CLANG_PATH);$(NODE_PATH);$(PYTHON_PATH);C:\raylib\MinGW\bin:$$(PATH)
endif