Skip to content

Commit

Permalink
Reland "Change location of emsdk" (#836)
Browse files Browse the repository at this point in the history
This is needed for the reland of moving the emsdk here: flutter/engine#51353
  • Loading branch information
eyebrowsoffire authored Mar 12, 2024
1 parent be0f167 commit a22a4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/toolchain/wasm.gni
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import("//build/toolchain/goma.gni")

declare_args() {
# The location of an activated embedded emsdk.
emsdk_dir = rebase_path("//buildtools/emsdk")
emsdk_dir = rebase_path("//flutter/prebuilts/emsdk")

wasm_use_pthreads = false
wasm_use_dwarf = false
Expand Down

0 comments on commit a22a4ea

Please sign in to comment.