From 605b02a93de43d23013052496db3c493beeba2eb Mon Sep 17 00:00:00 2001 From: "auto-submit[bot]" Date: Tue, 12 Mar 2024 02:59:56 +0000 Subject: [PATCH] Revert "Change location of emsdk. (#833)" This reverts commit b1fdfb2c98dfb6270c3ce83e67832e56d10865e6. --- build/toolchain/wasm.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/toolchain/wasm.gni b/build/toolchain/wasm.gni index 5fbb321e59..24947ef1d3 100644 --- a/build/toolchain/wasm.gni +++ b/build/toolchain/wasm.gni @@ -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