| Index: build/config/sysroot.gni
|
| diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni
|
| index e5a9c2b20a1a2d87d8e5a3ca66b2e11ef1a5bc59..2be55c8fa5a5908e6a1bc13c5355d26b3d4dc868 100644
|
| --- a/build/config/sysroot.gni
|
| +++ b/build/config/sysroot.gni
|
| @@ -32,6 +32,8 @@ if (current_toolchain == default_toolchain && target_sysroot != "") {
|
| } else {
|
| sysroot = ""
|
| }
|
| +} else if (is_fnl) {
|
| + assert(false, "FNL needs target_sysroot")
|
| } else if (is_linux && is_chrome_branded && is_official_build && !is_chromeos) {
|
| # For official builds, use the sysroot checked into the internal source repo
|
| # so that the builds work on older versions of Linux.
|
|
|