From ba6514dfcf90d3c856cf15251499550b8b9723bf Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 25 Aug 2018 19:04:30 +0200 Subject: build: fix typescript dirs not correctly rebased --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 9e996d9ff..f41652f2e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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), ] } -- cgit v1.2.3