about summary refs log tree commit diff
path: root/third_party/nix/bootstrap-meson.sh
blob: 4515789d6f35f680e9af1047a10c55f8ed7a9fef (plain) (blame)
1
2
3
4
5
6
7
8
#! /usr/bin/env bash

rm -rf build*
meson build-gcc

cd build-gcc
ninja -j2