File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ endif
494
494
DEPS_EMSDK_BUILD_OUT ?= $(DEPS_BUILD_DIR ) /emsdk
495
495
496
496
# Define the Emscripten SDK version:
497
- DEPS_EMSDK_VERSION ?= incoming
497
+ DEPS_EMSDK_VERSION ?= latest
498
498
499
499
# Define the path to Emscripten:
500
500
DEPS_EMSDK_EMSCRIPTEN ?= $(DEPS_EMSDK_BUILD_OUT ) /emscripten/$(DEPS_EMSDK_VERSION )
@@ -506,7 +506,7 @@ DEPS_EMSDK_EMSCRIPTEN_EMCC ?= $(DEPS_EMSDK_EMSCRIPTEN)/emcc
506
506
DEPS_EMSDK_EMSCRIPTEN_EMXX ?= $(DEPS_EMSDK_EMSCRIPTEN ) /em++
507
507
508
508
# Define the Binaryen version:
509
- DEPS_EMSDK_BINARYEN_VERSION ?= master
509
+ DEPS_EMSDK_BINARYEN_VERSION ?= main
510
510
511
511
# Define the output path when building the WebAssembly Binary Toolkit (WABT):
512
512
DEPS_WABT_BUILD_OUT ?= $(DEPS_BUILD_DIR ) /wabt
Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ deps_emsdk := sdk-$(DEPS_EMSDK_VERSION)-64bit
68
68
deps_emsdk_binaryen := binaryen-$(DEPS_EMSDK_BINARYEN_VERSION ) -64bit
69
69
70
70
# Define the path to the `emcc` compiler:
71
- EMCC ?= $(DEPS_EMSDK_BUILD_OUT ) /emscripten/ $( DEPS_EMSDK_VERSION ) /emcc
71
+ EMCC ?= $(DEPS_EMSDK_BUILD_OUT ) /upstream/emscripten /emcc
72
72
73
73
# Define the path to an executable for running HTML pages:
74
- EMRUN ?= $(DEPS_EMSDK_BUILD_OUT ) /emscripten/ $( DEPS_EMSDK_VERSION ) /emrun
74
+ EMRUN ?= $(DEPS_EMSDK_BUILD_OUT ) /upstream/emscripten /emrun
75
75
76
76
77
77
# RULES #
You can’t perform that action at this time.
0 commit comments