summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorRay <[email protected]>2019-06-06 23:52:49 +0200
committerRay <[email protected]>2019-06-06 23:52:49 +0200
commitbaf225dc01250bb5c2918b854c24c6e45ccdea4d (patch)
treeb79ad4153e4191509c395a529ae1b468bcfb4d4a /src/Makefile
parent6945511e82af641700321c90e1c16f7636920763 (diff)
downloadraylib-baf225dc01250bb5c2918b854c24c6e45ccdea4d.tar.gz
raylib-baf225dc01250bb5c2918b854c24c6e45ccdea4d.zip
Update emsdk version for testing
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 9411b0e2..a2db4e73 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -147,8 +147,8 @@ endif
ifeq ($(PLATFORM),PLATFORM_WEB)
# Emscripten required variables
- EMSDK_PATH ?= D:/emsdk
- EMSCRIPTEN_VERSION ?= 1.38.31
+ EMSDK_PATH ?= C:/emsdk
+ EMSCRIPTEN_VERSION ?= 1.38.32
CLANG_VERSION = e$(EMSCRIPTEN_VERSION)_64bit
PYTHON_VERSION = 2.7.13.1_64bit\python-2.7.13.amd64
NODE_VERSION = 8.9.1_64bit