summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorRay <[email protected]>2020-02-20 23:00:55 +0100
committerRay <[email protected]>2020-02-20 23:00:55 +0100
commit2a04e73387c14a957041de5d7cf13ff6436deb7c (patch)
tree845c87e3dd5910334992c583bf23412d316166f5 /examples
parent03f3a4328e975aa279584545fefff4970cd160dd (diff)
downloadraylib.com-2a04e73387c14a957041de5d7cf13ff6436deb7c.tar.gz
raylib.com-2a04e73387c14a957041de5d7cf13ff6436deb7c.zip
Update Makefile
Diffstat (limited to 'examples')
-rw-r--r--examples/web/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/web/Makefile b/examples/web/Makefile
index bf5a6be..1eebff8 100644
--- a/examples/web/Makefile
+++ b/examples/web/Makefile
@@ -116,8 +116,8 @@ endif
ifeq ($(PLATFORM),PLATFORM_WEB)
# Emscripten required variables
EMSDK_PATH ?= C:/emsdk
- EMSCRIPTEN_PATH ?= $(EMSDK_PATH)/fastcomp/emscripten
- CLANG_PATH = $(EMSDK_PATH)/fastcomp/bin
+ 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
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)