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>
This commit is contained in:
Stephen White 2022-02-09 17:45:51 +00:00 committed by Dawn LUCI CQ
parent c6d343d18b
commit 19bb9563f8
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@
import("//build_overrides/vulkan_common.gni")
vulkan_loader_shared = true
vulkan_loader_shared = !is_mac