| Index: third_party/yasm/BUILD.gn
|
| diff --git a/third_party/yasm/BUILD.gn b/third_party/yasm/BUILD.gn
|
| index 7fd30654961eecc8c75802465c49c0e481e02ae5..1693e3f7a730dfae8357a01ca20a746f8bb1a63f 100644
|
| --- a/third_party/yasm/BUILD.gn
|
| +++ b/third_party/yasm/BUILD.gn
|
| @@ -27,7 +27,7 @@
|
| # 6) compile_gperf, compile_re2c, etc. -- Actions that invoke programs that
|
| # turn intermediate files into .c files.
|
|
|
| -if (default_toolchain == host_toolchain) {
|
| +if (current_toolchain == host_toolchain) {
|
|
|
| # Various files referenced by multiple targets.
|
| yasm_gen_include_dir = "$target_gen_dir/include"
|
|
|