mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-04 02:49:42 +03:00
1f037986b9
This reverts commit26996c2b16
, reversing changes made to38f9c546c4
. Related discussion can be found here: https://github.com/urbit/arvo/issues/709
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir ./build &> /dev/null
|
|
meson . ./build
|
|
ninja -C build
|