aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2017-10-20 12:13:21 +0200
committerRay <raysan5@gmail.com>2017-10-20 12:13:21 +0200
commitd9d9546ee5704201571a7875e6f5e40784490e6f (patch)
tree855972f1c30c80a1d0dcaf7e562b2e1f85ed8725 /src
parent53280a56e3f4ab576fafeb75a68031fcdc4089fa (diff)
downloadraylib-d9d9546ee5704201571a7875e6f5e40784490e6f.tar.gz
raylib-d9d9546ee5704201571a7875e6f5e40784490e6f.zip
Updated to latest library version
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 3a903cb6..333abf6d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -85,8 +85,8 @@ endif
ifeq ($(PLATFORM),PLATFORM_WEB)
# Emscripten required variables
EMSDK_PATH = C:/emsdk
- EMSCRIPTEN_VERSION = 1.37.9
- CLANG_VERSION=e1.37.9_64bit
+ EMSCRIPTEN_VERSION = 1.37.21
+ CLANG_VERSION=e1.37.21_64bit
PYTHON_VERSION=2.7.5.3_64bit
NODE_VERSION=4.1.1_64bit
export PATH=$(EMSDK_PATH);$(EMSDK_PATH)\clang\$(CLANG_VERSION);$(EMSDK_PATH)\node\$(NODE_VERSION)\bin;$(EMSDK_PATH)\python\$(PYTHON_VERSION);$(EMSDK_PATH)\emscripten\$(EMSCRIPTEN_VERSION);C:\raylib\MinGW\bin:$$(PATH)