about summary refs log tree commit diff
path: root/third_party/nix/bootstrap-meson.sh
#! /usr/bin/env bash

rm -rf build*
meson build-gcc

cd build-gcc
ninja -j2