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
494494DEPS_EMSDK_BUILD_OUT ?= $(DEPS_BUILD_DIR ) /emsdk
495495
496496# Define the Emscripten SDK version:
497- DEPS_EMSDK_VERSION ?= incoming
497+ DEPS_EMSDK_VERSION ?= latest
498498
499499# Define the path to Emscripten:
500500DEPS_EMSDK_EMSCRIPTEN ?= $(DEPS_EMSDK_BUILD_OUT ) /emscripten/$(DEPS_EMSDK_VERSION )
@@ -506,7 +506,7 @@ DEPS_EMSDK_EMSCRIPTEN_EMCC ?= $(DEPS_EMSDK_EMSCRIPTEN)/emcc
506506DEPS_EMSDK_EMSCRIPTEN_EMXX ?= $(DEPS_EMSDK_EMSCRIPTEN ) /em++
507507
508508# Define the Binaryen version:
509- DEPS_EMSDK_BINARYEN_VERSION ?= master
509+ DEPS_EMSDK_BINARYEN_VERSION ?= main
510510
511511# Define the output path when building the WebAssembly Binary Toolkit (WABT):
512512DEPS_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
6868deps_emsdk_binaryen := binaryen-$(DEPS_EMSDK_BINARYEN_VERSION ) -64bit
6969
7070# 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
7272
7373# 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
7575
7676
7777# RULES #
You can’t perform that action at this time.
0 commit comments