commit | 19bb9563f8e79c815f90507b624f7a741883b70b | [log] [tgz] |
---|---|---|
author | Stephen White <senorblanco@chromium.org> | Wed Feb 09 17:45:51 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 09 17:45:51 2022 +0000 |
tree | b047e6717b0c96c1553bd7721c651c89aa2bcc1c | |
parent | c6d343d18ba9743b855cbecd781f5b494466dcda [diff] |
Set vulkan_loader_shared to false on Mac. This is the same configuation that ANGLE uses. Without this, Release builds of Dawn on Mac can't find libvulkan.dylib. Bug: angleproject:6981 Change-Id: Ib5eddd0f694d1b960e16341578427fa4f0a009c5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/79560 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Stephen White <senorblanco@chromium.org>
diff --git a/build_overrides/vulkan_loader.gni b/build_overrides/vulkan_loader.gni index ac6a61d..6f6eaf0 100644 --- a/build_overrides/vulkan_loader.gni +++ b/build_overrides/vulkan_loader.gni
@@ -14,4 +14,4 @@ import("//build_overrides/vulkan_common.gni") -vulkan_loader_shared = true +vulkan_loader_shared = !is_mac