diff options
| author | Bert Belder <bertbelder@gmail.com> | 2018-11-01 13:05:21 +0100 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2018-11-01 13:34:16 +0100 |
| commit | b73b651612233dc61d006f3dbed7f29b063fa289 (patch) | |
| tree | d987ef27f14b308c076b39adae77643bc9d7c11a /BUILD.gn | |
| parent | 9aa3640711f4ee103503dd2f3e3c28eddb0a8f80 (diff) | |
build: remove absolute path
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ] } |
