diff options
Diffstat (limited to 'third_party/nix/bootstrap-meson.sh')
-rwxr-xr-x | third_party/nix/bootstrap-meson.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/nix/bootstrap-meson.sh b/third_party/nix/bootstrap-meson.sh new file mode 100755 index 000000000000..4515789d6f35 --- /dev/null +++ b/third_party/nix/bootstrap-meson.sh @@ -0,0 +1,8 @@ +#! /usr/bin/env bash + +rm -rf build* +meson build-gcc + +cd build-gcc +ninja -j2 + |