From 055139ac6aaecc7193972b65d2bcca022969c61d Mon Sep 17 00:00:00 2001 From: p01arst0rm Date: Mon, 21 Oct 2019 17:57:38 +0100 Subject: feat(3p/nix): added meson support (cherry picked from commit 086a81b7a5bbe1fc022efb5935ff68f6ad71ddaf) --- third_party/nix/bootstrap-meson.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 third_party/nix/bootstrap-meson.sh (limited to 'third_party/nix/bootstrap-meson.sh') 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 + -- cgit 1.4.1