At the same time, build with gcc instead of bundled clang. Co-Authored-By: Andrew Kaster <andrew@ladybird.org>
7 lines
65 B
Bash
Executable file
7 lines
65 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd angle
|
|
|
|
ninja -j"$(nproc)" -C out
|