Skip to content

Commit c7c105a

Browse files
committed
build: fix executable path
1 parent 65b685c commit c7c105a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ DEPS_EMSDK_BUILD_OUT ?= $(DEPS_BUILD_DIR)/emsdk
497497
DEPS_EMSDK_VERSION ?= latest
498498

499499
# Define the path to Emscripten:
500-
DEPS_EMSDK_EMSCRIPTEN ?= $(DEPS_EMSDK_BUILD_OUT)/emscripten/$(DEPS_EMSDK_VERSION)
500+
DEPS_EMSDK_EMSCRIPTEN ?= $(DEPS_EMSDK_BUILD_OUT)/upstream/emscripten
501501

502502
# Define the path to the Emscripten C compiler:
503503
DEPS_EMSDK_EMSCRIPTEN_EMCC ?= $(DEPS_EMSDK_EMSCRIPTEN)/emcc

0 commit comments

Comments
 (0)