We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae9a1d commit 43e5ae1Copy full SHA for 43e5ae1
src/mono/wasm/Makefile
@@ -33,7 +33,7 @@ all: build-native icu-files source-files header-files
33
# If EMSDK_PATH is not set by the caller, download and setup a local emsdk install.
34
#
35
36
-EMSCRIPTEN_VERSION=`cat emscripten-version.txt`
+EMSCRIPTEN_VERSION := $(shell cat $(TOP)/src/mono/wasm/emscripten-version.txt)
37
EMSDK_LOCAL_PATH=emsdk
38
EMCC=source $(EMSDK_PATH)/emsdk_env.sh 2>/dev/null && emcc
39
0 commit comments