We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0f167 commit a22a4eaCopy full SHA for a22a4ea
build/toolchain/wasm.gni
@@ -10,7 +10,7 @@ import("//build/toolchain/goma.gni")
10
11
declare_args() {
12
# The location of an activated embedded emsdk.
13
- emsdk_dir = rebase_path("//buildtools/emsdk")
+ emsdk_dir = rebase_path("//flutter/prebuilts/emsdk")
14
15
wasm_use_pthreads = false
16
wasm_use_dwarf = false
0 commit comments