Skip to content

Commit be0f167

Browse files
Reverts "Change location of emsdk. (#833)" (#835)
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.
1 parent b1fdfb2 commit be0f167

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("//flutter/prebuilts/emsdk")
13+
emsdk_dir = rebase_path("//buildtools/emsdk")
1414

1515
wasm_use_pthreads = false
1616
wasm_use_dwarf = false

0 commit comments

Comments
 (0)