Skip to content

Commit a22a4ea

Browse files
Reland "Change location of emsdk" (#836)
This is needed for the reland of moving the emsdk here: flutter/engine#51353
1 parent be0f167 commit a22a4ea

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)