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 65b685c commit c7c105aCopy full SHA for c7c105a
tools/make/common.mk
@@ -497,7 +497,7 @@ DEPS_EMSDK_BUILD_OUT ?= $(DEPS_BUILD_DIR)/emsdk
497
DEPS_EMSDK_VERSION ?= latest
498
499
# Define the path to Emscripten:
500
-DEPS_EMSDK_EMSCRIPTEN ?= $(DEPS_EMSDK_BUILD_OUT)/emscripten/$(DEPS_EMSDK_VERSION)
+DEPS_EMSDK_EMSCRIPTEN ?= $(DEPS_EMSDK_BUILD_OUT)/upstream/emscripten
501
502
# Define the path to the Emscripten C compiler:
503
DEPS_EMSDK_EMSCRIPTEN_EMCC ?= $(DEPS_EMSDK_EMSCRIPTEN)/emcc
0 commit comments