Skip to content

Commit

Permalink
gn: Fix Chromium build
Browse files Browse the repository at this point in the history
closes #866
  • Loading branch information
juan-lunarg committed Sep 27, 2023
1 parent 04b4832 commit 576f328
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ if (!is_android) {
rebase_path(vulkan_data_dir, root_build_dir)
] + rebase_path(sources, root_build_dir)

if (is_win) {
args += [ "--no-path-prefix" ]
}

data = outputs
}
}

0 comments on commit 576f328

Please sign in to comment.