about summary refs log tree commit diff
path: root/third_party/nix/bootstrap-meson.sh
diff options
context:
space:
mode:
authorp01arst0rm <polar@ever3st.com>2019-10-21T16·57+0100
committerVincent Ambo <tazjin@google.com>2020-05-17T14·55+0100
commit055139ac6aaecc7193972b65d2bcca022969c61d (patch)
tree3fb9b6c3aee1a06a40ee3edda1c41ff7df95a9ab /third_party/nix/bootstrap-meson.sh
parentc455f7a987fff8fef459d340865368b1da28cecd (diff)
feat(3p/nix): added meson support r/726
(cherry picked from commit 086a81b7a5bbe1fc022efb5935ff68f6ad71ddaf)
Diffstat (limited to 'third_party/nix/bootstrap-meson.sh')
-rwxr-xr-xthird_party/nix/bootstrap-meson.sh8
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
+