Commit 6cd7847
Fix building Web Viewer on macOS (#10828)
### Related
Closes #9849
### What
Basically mac has a fun combination where you can have `clang`/`llvm`
components but not `llvm-ar`. Mac's `ar` pads bytes in way that make
llvm barf. Our pixi env for c++ has the `cxx-compiler` package which has
a more full fledged llvm install. On mac on activation set `AR` to point
to `llvm-ar`. It works on my machine! I'm not sure if we should have a
second person try or if we should setup a test for the web build on mac
just for this weird edge case.1 parent 3a4430f commit 6cd7847
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
| |||
0 commit comments