Skip to content

Commit

Permalink
Reverts "Change location of emsdk. (#833)" (#835)
Browse files Browse the repository at this point in the history
Reverts: #833
Initiated by: eyebrowsoffire
Reason for reverting: corresponding change flutter/engine@6cefbe1 was reverted
Original PR Author: eyebrowsoffire

Reviewed By: {matanlurey}

This change reverts the following previous change:
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
auto-submit[bot] authored Mar 12, 2024
1 parent b1fdfb2 commit be0f167
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("//flutter/prebuilts/emsdk")
emsdk_dir = rebase_path("//buildtools/emsdk")

wasm_use_pthreads = false
wasm_use_dwarf = false
Expand Down

0 comments on commit be0f167

Please sign in to comment.