From b73b651612233dc61d006f3dbed7f29b063fa289 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 1 Nov 2018 13:05:21 +0100 Subject: build: remove absolute path --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index cc9850778..039909893 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -197,8 +197,8 @@ v8_executable("test_cc") { data = [ "$target_gen_dir/snapshot_libdeno_test.bin", ] - snapshot_abs_path = rebase_path(data[0]) - defines = [ "SNAPSHOT_PATH=\"$snapshot_abs_path\"" ] + snapshot_path = rebase_path(data[0], root_build_dir) + defines = [ "SNAPSHOT_PATH=\"$snapshot_path\"" ] configs = [ ":deno_config" ] } -- cgit v1.2.3