mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-06 06:33:30 +00:00
The symbol was not marked as static and would cause linking errors because it would be defined in multiple translation units. Replace it with a more traditional C-style #define. Bug: Change-Id: I19151884b7e8e171f829ffa47b1d119aff12ff99 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/15740 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>