Skip to content

Commit 7820830

Browse files
committed
upgrade emcc
1 parent a59c735 commit 7820830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/Variant.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tools
2-
EMSDK_VERSION=3.1.59
3-
EMSDK_DOCKER_IMAGE=emscripten/emsdk:3.1.59
2+
EMSDK_VERSION=3.1.64
3+
EMSDK_DOCKER_IMAGE=emscripten/emsdk:3.1.64
44
EMCC_SRC=../../scripts/emcc.sh
55
EMCC=EMSDK_VERSION=$(EMSDK_VERSION) EMSDK_DOCKER_IMAGE=$(EMSDK_DOCKER_IMAGE) EMSDK_PROJECT_ROOT=$(REPO_ROOT) EMSDK_DOCKER_CACHE=$(REPO_ROOT)/emsdk-cache/$(EMSDK_VERSION) $(EMCC_SRC)
66
GENERATE_TS=$(GENERATE_TS_ENV) ../../scripts/generate.ts

0 commit comments

Comments
 (0)