From 576f3286e10ca0c98fc481787b27e229bd61ac8f Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Wed, 27 Sep 2023 13:10:36 -0600 Subject: gn: Fix Chromium build closes #866 --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 3144bd28..f280e489 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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 } } -- cgit v1.2.3