Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2020-01-05 16:23:52 +0300
committerLarry Ewing <lewing@microsoft.com>2020-01-06 06:45:10 +0300
commit47424e34ae179a35f12d9137c2479c68bf249f97 (patch)
tree87a823d6c6ff20ba09d25ff64e5b298025ad82af /sdks/builds
parent59a1eade7ce4fb79c56a47d043151fbdd5363b1b (diff)
Bump emscripten to 1.39.5.
Diffstat (limited to 'sdks/builds')
-rw-r--r--sdks/builds/wasm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdks/builds/wasm.mk b/sdks/builds/wasm.mk
index 570e21f2931..20a6ab0a125 100644
--- a/sdks/builds/wasm.mk
+++ b/sdks/builds/wasm.mk
@@ -1,7 +1,7 @@
#emcc has lots of bash'isms
SHELL:=/bin/bash
-EMSCRIPTEN_VERSION=1.39.4
+EMSCRIPTEN_VERSION=1.39.5
EMSCRIPTEN_LOCAL_SDK_DIR=$(TOP)/sdks/builds/toolchains/emsdk
EMSCRIPTEN_SDK_DIR ?= $(EMSCRIPTEN_LOCAL_SDK_DIR)