urbit/scripts/build
Anthony Arroyo 1f037986b9 Revert "Merge pull request #977 from urbit/meson-build-type"
This reverts commit 26996c2b16, reversing
changes made to 38f9c546c4.

Related discussion can be found here:
https://github.com/urbit/arvo/issues/709
2018-05-28 16:12:47 -07:00

6 lines
71 B
Bash
Executable File

#!/bin/bash
mkdir ./build &> /dev/null
meson . ./build
ninja -C build