Skip to content

Commit b1fdfb2

Browse files
Change location of emsdk. (#833)
This changes the location the build files look for the emscripten toolchain. It is meant to go in alongside flutter/engine#51299 which actually changes the DEPS file to place emsdk in a different place.
1 parent e9df434 commit b1fdfb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/toolchain/wasm.gni

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import("//build/toolchain/goma.gni")
1010

1111
declare_args() {
1212
# The location of an activated embedded emsdk.
13-
emsdk_dir = rebase_path("//buildtools/emsdk")
13+
emsdk_dir = rebase_path("//flutter/prebuilts/emsdk")
1414

1515
wasm_use_pthreads = false
1616
wasm_use_dwarf = false

0 commit comments

Comments
 (0)