| Build both objects under buck2, against the BuildBuddy cache | 1 | #!/bin/sh |
| 2 | # `zig ar` — llvm-ar, from the same pinned zig as scripts/zcc, so archiving is | |
| 3 | # no more of a system dependency than compiling is. cc-rs invokes AR directly | |
| 4 | # when a -sys crate builds a static library; aws-lc-sys is the one that does. | |
| 5 | exec "$(dirname "$0")/zig" ar "$@" |