diff options
| author | Bert Belder <bertbelder@gmail.com> | 2018-08-25 19:04:30 +0200 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2018-08-26 18:27:23 +0200 |
| commit | ba6514dfcf90d3c856cf15251499550b8b9723bf (patch) | |
| tree | 43b1ac225963b91d662e4b133727d2454c6083cd | |
| parent | 79f60f67319fb5bb52923e6a6b1122a93025ebbf (diff) | |
build: fix typescript dirs not correctly rebased
| -rw-r--r-- | BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -189,9 +189,9 @@ run_node("gen_declarations") { "-p", rebase_path("js/tsconfig.generated.json", root_build_dir), "--baseUrl", - rebase_path(root_build_dir), + rebase_path(root_build_dir, root_build_dir), "--outDir", - rebase_path(out_dir), + rebase_path(out_dir, root_build_dir), ] } |
