Skip to content

Commit

Permalink
Change location of emsdk. (#833)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eyebrowsoffire authored Mar 11, 2024
1 parent e9df434 commit b1fdfb2
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 b1fdfb2

Please sign in to comment.