| Index: third_party/liblouis/BUILD.gn
|
| diff --git a/third_party/liblouis/BUILD.gn b/third_party/liblouis/BUILD.gn
|
| index 75018ce9d58238b2134230b3ef7a7290f9eb92ab..02de24d2bb240d5d5a6b800df0c1300dadd75925 100644
|
| --- a/third_party/liblouis/BUILD.gn
|
| +++ b/third_party/liblouis/BUILD.gn
|
| @@ -49,7 +49,7 @@ if (current_toolchain == default_toolchain) {
|
| "-d",
|
| rebase_path("$dest_dir/tables", root_build_dir),
|
| "-e",
|
| - rebase_path("cvox-common.cti", root_build_dir),
|
| + "cvox-common.cti",
|
| "--depfile",
|
| rebase_path(depfile, root_build_dir),
|
| ] + rebase_path(sources, root_build_dir)
|
|
|