| Index: Source/bindings/scripts/BUILD.gn
|
| diff --git a/Source/bindings/scripts/BUILD.gn b/Source/bindings/scripts/BUILD.gn
|
| index 1d5c639c3e182385a577a2d35e45f7babdf7295a..cdc50836c4c8201164e4ea38b7bf496205f46400 100644
|
| --- a/Source/bindings/scripts/BUILD.gn
|
| +++ b/Source/bindings/scripts/BUILD.gn
|
| @@ -24,7 +24,7 @@ action("cached_lex_yacc_tables") {
|
| "$bindings_scripts_output_dir/parsetab.pickle",
|
| ]
|
|
|
| - args = [ rebase_path(bindings_output_dir, root_build_dir) ]
|
| + args = [ rebase_path(bindings_scripts_output_dir, root_build_dir) ]
|
| }
|
|
|
| # A separate pre-caching step is *required* to use bytecode caching in
|
|
|