aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Ramos <juan@lunarg.com>2023-09-27 13:10:36 -0600
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>2023-09-27 15:36:37 -0600
commit576f3286e10ca0c98fc481787b27e229bd61ac8f (patch)
tree7c286b791bf91969bbd66d2a17a9b1f4b5ae9743
parent04b4832c8790c32ea15523f4adb219a04a6adbc7 (diff)
downloadusermoji-576f3286e10ca0c98fc481787b27e229bd61ac8f.tar.xz
gn: Fix Chromium build
closes #866
-rw-r--r--BUILD.gn4
1 files changed, 4 insertions, 0 deletions
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
}
}