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
path: root/sdks
diff options
context:
space:
mode:
authorJérôme Laban <jerome.laban@nventive.com>2019-11-16 15:59:28 +0300
committerZoltan Varga <vargaz@gmail.com>2019-11-16 15:59:28 +0300
commit965efade8402cc28010fb81404e30e80992e6044 (patch)
tree875dc0d04d46cab883561dbe96903db51b523e3a /sdks
parent6785b275672cb562bb6d6e120087dc395937382c (diff)
Update emscripten to 1.39.3 (#17816)
Includes updates for https://github.com/emscripten-core/emscripten/issues/9562 and side modules.
Diffstat (limited to 'sdks')
-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 dac4380e5a2..67d87d9f5f3 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.2
+EMSCRIPTEN_VERSION=1.39.3
EMSCRIPTEN_LOCAL_SDK_DIR=$(TOP)/sdks/builds/toolchains/emsdk
EMSCRIPTEN_SDK_DIR ?= $(EMSCRIPTEN_LOCAL_SDK_DIR)