You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library artifact is at `src/dawn/native/libwebgpu_dawn.dylib` (7.4 MB)
17
17
18
+
Note that for OSX builds, needed to make modifications to the `CMakeLists.txt` file to get the build to work. Specifically, needed to add the following `FORCE_OBJECT` flags to dawn_glfw, dawn_wgpu_utils, and dawn_test_utils. Otherwise we get linker errors for missing symbols when building the shared library. This issue does not appear to be present on Linux builds.
19
+
20
+
```
21
+
(base) austinhuang@Austins-MacBook-Pro dawn % git diff 556f960f44690b3b808c779c08b44d48d4292925 5a00ab1fbc22d6ebbab39
0 commit comments